StreamLink.NET  8.0.8-8.0.8-2133-4672b96
 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

Each log message generated by StreamLink has an associated LogLevel that indicates its importance, in the following order (highest to lowest). 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

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

Enumeration that represents the available logging levels.

<table> <tr> <td>Config</td> <td>(highest importance)</td> </tr> <tr> <td>Critical</td> <td></td> </tr> <tr> <td>Error</td> <td></td> </tr> <tr> <td>Warning</td> <td></td> </tr> <tr> <td>Notify</td> <td></td> </tr> <tr> <td>Info</td> <td></td> </tr> <tr> <td>Fine</td> <td></td> </tr> <tr> <td>Finer</td> <td></td> </tr> <tr> <td>Finest</td> <td>(lowest importance)</td> </tr>

</table>


Generated on Thu Jul 23 2026 18:25:37 for StreamLink.NET