Click or drag to resize

LoggerLoggingLevel Property

Determines the current logging level.

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

Property Value

Type: LogLevel
Remarks
Messages with a level lower than this value are not logged. The available log levels are contained in the LogLevel class.
See Also