Enum LogLevel
Severity levels recognised by Log. The integer values are stable but not part of the public contract — compare by name.
public enum LogLevel : byte
Fields
Debug = 0Info = 1Success = 2Warn = 3Error = 4
Severity levels recognised by Log. The integer values are stable but not part of the public contract — compare by name.
public enum LogLevel : byte
Debug = 0Info = 1Success = 2Warn = 3Error = 4