Table of Contents

Enum MBLoggingLevel

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

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