Table of Contents

Enum LogLevel

Namespace
Switchboard
Assembly
Switchboard.ILogger.dll

Defines the levels of significance that may be assigned to a log entry.

public enum LogLevel

Fields

Trace = 0
Debug = 1
Information = 2
Warning = 3
Error = 4
Critical = 5
None = 6