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