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