mlrl.testbed.main module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Imports and invokes the program to be run by the command line utility.
- class mlrl.testbed.main.LogLevel(*values)¶
Bases:
EnumSpecifies all valid textual representations of log levels.
- CRITICAL = 50¶
- DEBUG = 10¶
- ERROR = 40¶
- FATAL = 50¶
- INFO = 20¶
- NOTSET = 0¶
- WARN = 30¶
- WARNING = 30¶
- mlrl.testbed.main.main()¶
The main function to be executed when the program starts.