userver: pytest_userver.plugins.log_capture.LogLevel Class Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.log_capture.LogLevel Class Reference

Detailed Description

Definition at line 24 of file log_capture.py.

+ Inheritance diagram for pytest_userver.plugins.log_capture.LogLevel:
+ Collaboration diagram for pytest_userver.plugins.log_capture.LogLevel:

Public Member Functions

'LogLevelfrom_string (cls, str level)
 

Static Public Attributes

int TRACE = 0
 
int DEBUG = 1
 
int INFO = 2
 
int WARNING = 3
 
int ERROR = 4
 
int CRITICAL = 5
 
int NONE = 6
 

Member Function Documentation

◆ from_string()

'LogLevel' pytest_userver.plugins.log_capture.LogLevel.from_string ( cls,
str level )

Definition at line 34 of file log_capture.py.

Member Data Documentation

◆ CRITICAL

int pytest_userver.plugins.log_capture.LogLevel.CRITICAL = 5
static

Definition at line 30 of file log_capture.py.

◆ DEBUG

int pytest_userver.plugins.log_capture.LogLevel.DEBUG = 1
static

Definition at line 26 of file log_capture.py.

◆ ERROR

int pytest_userver.plugins.log_capture.LogLevel.ERROR = 4
static

Definition at line 29 of file log_capture.py.

◆ INFO

int pytest_userver.plugins.log_capture.LogLevel.INFO = 2
static

Definition at line 27 of file log_capture.py.

◆ NONE

int pytest_userver.plugins.log_capture.LogLevel.NONE = 6
static

Definition at line 31 of file log_capture.py.

◆ TRACE

int pytest_userver.plugins.log_capture.LogLevel.TRACE = 0
static

Definition at line 25 of file log_capture.py.

◆ WARNING

int pytest_userver.plugins.log_capture.LogLevel.WARNING = 3
static

Definition at line 28 of file log_capture.py.


The documentation for this class was generated from the following file: