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 public bool EnableConsoleTrace { get; set; }
Property Value
Type:
BooleanRemarks
If true, logged messages are displayed using the Console.WriteLine() method (or System.Diagnostics.Debug.WriteLine under Universal Windows Platform).
See Also