Rotary Logger  1.0.2
The middleware rotary logger
Loading...
Searching...
No Matches
rotary_logger.constants.LogToggle Class Reference
Collaboration diagram for rotary_logger.constants.LogToggle:
Collaboration graph

Static Public Attributes

bool program_log = True
 
bool success = True
 
bool info = True
 
bool warning = True
 
bool error = True
 
bool critical = True
 
bool debug = True
 
Final RAW_STDIN = sys.__stdin__
 
Final RAW_STDOUT = sys.__stdout__
 
Final RAW_STDERR = sys.__stderr__
 

Detailed Description

The settings for the logger to know if it can output the line for the given level.

Definition at line 238 of file constants.py.

Field Documentation

◆ critical

bool rotary_logger.constants.LogToggle.critical = True
static

Definition at line 247 of file constants.py.

◆ debug

bool rotary_logger.constants.LogToggle.debug = True
static

Definition at line 248 of file constants.py.

◆ error

bool rotary_logger.constants.LogToggle.error = True
static

Definition at line 246 of file constants.py.

◆ info

bool rotary_logger.constants.LogToggle.info = True
static

Definition at line 244 of file constants.py.

◆ program_log

bool rotary_logger.constants.LogToggle.program_log = True
static

Definition at line 242 of file constants.py.

◆ RAW_STDERR

Final rotary_logger.constants.LogToggle.RAW_STDERR = sys.__stderr__
static

Definition at line 253 of file constants.py.

◆ RAW_STDIN

Final rotary_logger.constants.LogToggle.RAW_STDIN = sys.__stdin__
static

Definition at line 251 of file constants.py.

◆ RAW_STDOUT

Final rotary_logger.constants.LogToggle.RAW_STDOUT = sys.__stdout__
static

Definition at line 252 of file constants.py.

◆ success

bool rotary_logger.constants.LogToggle.success = True
static

Definition at line 243 of file constants.py.

◆ warning

bool rotary_logger.constants.LogToggle.warning = True
static

Definition at line 245 of file constants.py.


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