StreamLink.NET  6.2.10-3513-c11dd52
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Caplin.StreamLink.LogLevel Class Reference

Enumeration that represents the available logging levels. More...

Public Member Functions

override string ToString ()
 

Static Public Member Functions

static LogLevel[] Values ()
 

Static Public Attributes

static LogLevel CONFIG = new LogLevel("CONFIG", "CONFIG", 1)
 Used for messages about StreamLink's configuration.
 
static LogLevel CRITICAL = new LogLevel("CRITICAL", "CRITICAL", 2)
 Used for messages indicating a serious failure.
 
static LogLevel ERROR = new LogLevel("ERROR", "ERROR ", 3)
 Used for messages which indicate a problem.
 
static LogLevel FINE = new LogLevel("FINE", "FINE ", 7)
 Used for tracing messages.
 
static LogLevel FINER = new LogLevel("FINER", "FINER ", 8)
 Used for fairly detailed tracing messages.
 
static LogLevel FINEST = new LogLevel("FINEST", "FINEST", 9)
 Used for the most finely detailed tracing messages.
 
static LogLevel INFO = new LogLevel("INFO", "INFO ", 6)
 Used for information messages.
 
static LogLevel NOTIFY = new LogLevel("NOTIFY", "NOTIFY", 5)
 Used for messages of more importance than INFO but may not indicate problems.
 
static LogLevel WARN = new LogLevel("WARN", "WARN ", 4)
 Used for messages which indicate a potential problem.
 

Properties

virtual string PaddedName [get]
 
virtual int Value [get]
 

Detailed Description

Enumeration that represents the available logging levels.

Each log message generated by StreamLink has an associated LogLevel that indicates its importance, in the following order (highest to lowest).

Config (highest importance)
Critical
Error
Warning
Notify
Info
Fine
Finer
Finest

(lowest importance)


Generated on Thu Apr 27 2017 14:05:46 for StreamLink.NET