Click or drag to resize

LoggerEnableConsoleTrace Property

Indicates whether or not the output of logged messages to the console is enabled.

Namespace:  Sfs2X.Logging
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool EnableConsoleTrace { get; set; }

Property Value

Type: Boolean
Remarks
If true, logged messages are displayed using the Console.WriteLine() method (or System.Diagnostics.Debug.WriteLine under Universal Windows Platform).
See Also