RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
cli.argtypes.LogLevel Class Reference

Enumeration of allowed log levels accepted by the CLI. More...

Inheritance diagram for cli.argtypes.LogLevel:

Static Public Attributes

str FATAL = "FATAL"
 
str ERROR = "ERROR"
 
str WARNING = "WARNING"
 
str INFO = "INFO"
 
str DEBUG = "DEBUG"
 
str TRACE = "TRACE"
 
str NOTSET = "NOTSET"
 

Detailed Description

Enumeration of allowed log levels accepted by the CLI.

Member Data Documentation

◆ 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: