Namespace: Rx.Net – Assembly: Rx.Net

LogLevel Enumeration

C#
public enum LogLevel

Specifies the levels in which a logger can operate, or in which log messages can be given.

Values

OFF

No level given.

TRACE

Messages to trace the program flow. Very fine granularity.

DEBUG

Detailed diagnostic messages.

INFO

Messages of normal program behavior.

WARNING

Messages that indicate that there is a possible error, but nothing too serious.

ERR

Messages that indicate a recoverable error in the program.

CRITICAL

Messages that indicate a non-recoverable error in the program.