Log level to be stored in :py:class:Configuration.
More...
Static Public Attributes | |
| tuple | LEVELS = ('TRACE', 'DEBUG', 'INFO', 'WARN', 'NONE') |
Private Member Functions | |
| def | _parse_value (self, value) |
Additional Inherited Members | |
Public Member Functions inherited from SSHLibrary.config.Entry | |
| def | __init__ (self, initial=None) |
| def | __str__ (self) |
| def | set (self, value) |
Properties inherited from SSHLibrary.config.Entry | |
| value = property | |
Log level to be stored in :py:class:Configuration.
Given string must be one of 'TRACE', 'DEBUG', 'INFO', 'WARN' or 'NONE' case insensitively.
|
private |
Reimplemented from SSHLibrary.config.Entry.
|
static |