LoggerLoggingLevel Property |
Determines the current logging level.
Namespace:
Sfs2X.Logging
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public LogLevel LoggingLevel { get; set; }
Property Value
Type:
LogLevelRemarks
Messages with a level lower than this value are not logged. The available log levels are contained in the
LogLevel class.
See Also