Definition at line 24 of file log_capture.py.
◆ from_string()
| 'LogLevel' pytest_userver.plugins.log_capture.LogLevel.from_string |
( |
| cls, |
|
|
str | level ) |
◆ CRITICAL
| int pytest_userver.plugins.log_capture.LogLevel.CRITICAL = 5 |
|
static |
◆ DEBUG
| int pytest_userver.plugins.log_capture.LogLevel.DEBUG = 1 |
|
static |
◆ ERROR
| int pytest_userver.plugins.log_capture.LogLevel.ERROR = 4 |
|
static |
◆ INFO
| int pytest_userver.plugins.log_capture.LogLevel.INFO = 2 |
|
static |
◆ NONE
| int pytest_userver.plugins.log_capture.LogLevel.NONE = 6 |
|
static |
◆ TRACE
| int pytest_userver.plugins.log_capture.LogLevel.TRACE = 0 |
|
static |
◆ WARNING
| int pytest_userver.plugins.log_capture.LogLevel.WARNING = 3 |
|
static |
The documentation for this class was generated from the following file:
- /data/code/userver/testsuite/pytest_plugins/pytest_userver/plugins/log_capture.py