Log.LogLevel Property
Specifies the minimum level of messages that will be sent to registered appenders and fire events.
Syntax
public static LogLevel LogLevel { get; set; }
Property Value
Default: None
Minimum level of messages that will be forwarded to appenders and fire events.
Remarks
Set this property to None to disable the log.
In the Python API, this property is not writable. Use the SetLogLevel (not available in C#) method instead.
Platforms
Windows, Linux, Android