Enum MBLoggingLevel
Type for the level of logging performed by M.B They follow the Microsoft.Logging.LogLevel definition
public enum MBLoggingLevel
Fields
Critical = 5
Debug = 1
Error = 4
Information = 2
None = 0
Trace = 0
Warning = 3
Type for the level of logging performed by M.B They follow the Microsoft.Logging.LogLevel definition
public enum MBLoggingLevel
Critical = 5
Debug = 1
Error = 4
Information = 2
None = 0
Trace = 0
Warning = 3