Class LoggerPriority
A series of priorities that are used to specify how a log message will be output via a IPriorityLogger
Inheritance
LoggerPriority
Assembly: cs.temp.dll.dll
Syntax
public static class LoggerPriority
Fields
DISABLED
Declaration
public const int DISABLED = 9999
Field Value
ERROR
Declaration
public const int ERROR = 300
Field Value
EXCEPTION
Declaration
public const int EXCEPTION = 400
Field Value
LOG
Declaration
public const int LOG = 100
Field Value
LOG_ALL
Declaration
public const int LOG_ALL = -9999
Field Value
WARNING
Declaration
public const int WARNING = 200
Field Value