Enumeration of allowed log levels accepted by the CLI.
More...
Enumeration of allowed log levels accepted by the CLI.
◆ DEBUG
| str cli.argtypes.LogLevel.DEBUG = "DEBUG" |
|
static |
◆ ERROR
| str cli.argtypes.LogLevel.ERROR = "ERROR" |
|
static |
◆ FATAL
| str cli.argtypes.LogLevel.FATAL = "FATAL" |
|
static |
◆ INFO
| str cli.argtypes.LogLevel.INFO = "INFO" |
|
static |
◆ NOTSET
| str cli.argtypes.LogLevel.NOTSET = "NOTSET" |
|
static |
◆ TRACE
| str cli.argtypes.LogLevel.TRACE = "TRACE" |
|
static |
◆ WARNING
| str cli.argtypes.LogLevel.WARNING = "WARNING" |
|
static |
The documentation for this class was generated from the following file: