Enum LogLevel
Represents a log level.
public enum LogLevel : uint
Fields
Debug = 1
Debug information
Error = 4
Error
Info = 2
General-purpose information
Warn = 3
Warning
Represents a log level.
public enum LogLevel : uint
Debug = 1
Debug information
Error = 4
Error
Info = 2
General-purpose information
Warn = 3
Warning