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) |
Attributes | Name and Description |
---|---|
|
caplin.streamlink.LogLevel()
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.streamlink.LogLevel.CONFIG
Used for messages about StreamLink's configuration. |
<static>
|
caplin.streamlink.LogLevel.CRITICAL
Used for messages indicating a serious failure. |
<static>
|
caplin.streamlink.LogLevel.ERROR
Used for messages which indicate a problem. |
<static>
|
caplin.streamlink.LogLevel.FINE
Used for tracing messages. |
<static>
|
caplin.streamlink.LogLevel.FINER
Used for fairly detailed tracing messages. |
<static>
|
caplin.streamlink.LogLevel.FINEST
Used for the most finely detailed tracing messages. |
<static>
|
caplin.streamlink.LogLevel.INFO
Used for information messages. |
<static>
|
caplin.streamlink.LogLevel.NOTIFY
Used for messages of more importance than INFO but may not indicate problems. |
<static>
|
caplin.streamlink.LogLevel.WARN
Used for messages which indicate a potential problem. |
►
caplin.streamlink.LogLevel()
►
<static>
caplin.streamlink.LogLevel.CONFIG
Used for messages about StreamLink's configuration.
►
<static>
caplin.streamlink.LogLevel.CRITICAL
Used for messages indicating a serious failure.
►
<static>
caplin.streamlink.LogLevel.ERROR
Used for messages which indicate a problem.
►
<static>
caplin.streamlink.LogLevel.FINE
Used for tracing messages.
►
<static>
caplin.streamlink.LogLevel.FINER
Used for fairly detailed tracing messages.
►
<static>
caplin.streamlink.LogLevel.FINEST
Used for the most finely detailed tracing messages.
►
<static>
caplin.streamlink.LogLevel.INFO
Used for information messages.
►
<static>
caplin.streamlink.LogLevel.NOTIFY
Used for messages of more importance than INFO but may not indicate problems.
►
<static>
caplin.streamlink.LogLevel.WARN
Used for messages which indicate a potential problem.