|
Rotary Logger
1.0.2
The middleware rotary logger
|


Static Public Attributes | |
| EMPTY = PREFIX_FUNCTION_CALL_EMPTY | |
| WRITE = PREFIX_FUNCTION_CALL_WRITE | |
| WRITELINES = PREFIX_FUNCTION_CALL_WRITELINES | |
| FLUSH = PREFIX_FUNCTION_CALL_FLUSH | |
| READ = PREFIX_FUNCTION_CALL_READ | |
| READLINE = PREFIX_FUNCTION_CALL_READLINE | |
| READLINES = PREFIX_FUNCTION_CALL_READLINES | |
| bool | LOG_TO_FILE_ENV |
| str | RAW_LOG_FOLDER_ENV |
Optional per-call prefix appended to log entries for precise tracing. When enabled, each log entry is tagged with the name of the stream method that produced it (e.g. [WRITE], [READLINE]), making it easy to distinguish writes from reads in a shared log file.
Definition at line 189 of file constants.py.
|
static |
Definition at line 196 of file constants.py.
|
static |
Definition at line 199 of file constants.py.
|
static |
Definition at line 205 of file constants.py.
|
static |
Definition at line 210 of file constants.py.
|
static |
Definition at line 200 of file constants.py.
|
static |
Definition at line 201 of file constants.py.
|
static |
Definition at line 202 of file constants.py.
|
static |
Definition at line 197 of file constants.py.
|
static |
Definition at line 198 of file constants.py.