|
Rotary Logger
1.0.2
The middleware rotary logger
|

Static Public Attributes | |
| bool | std_in = False |
| bool | std_out = False |
| bool | std_err = False |
| str | BROKEN_PIPE_ERROR = f"{MODULE_NAME} Broken pipe on stdout" |
| str | PREFIX_STDOUT = "[STDOUT]" |
| str | PREFIX_STDERR = "[STDERR]" |
| str | PREFIX_STDIN = "[STDIN]" |
| str | PREFIX_STDUNKNOWN = "[STDUNKNOWN]" |
| dict | CORRECT_PREFIX |
| str | PREFIX_FUNCTION_CALL_EMPTY = "" |
| str | PREFIX_FUNCTION_CALL_WRITE = "[WRITE]" |
| str | PREFIX_FUNCTION_CALL_WRITELINES = "[WRITELINES]" |
| str | PREFIX_FUNCTION_CALL_FLUSH = "[FLUSH]" |
| str | PREFIX_FUNCTION_CALL_READ = "[READ]" |
| str | PREFIX_FUNCTION_CALL_READLINE = "[READLINE]" |
| str | PREFIX_FUNCTION_CALL_READLINES = "[READLINES]" |
Flags describing which streams should be prefixed when mirrored. Each flag is a boolean indicating whether the corresponding standard stream (stdin/stdout/stderr) should receive a textual prefix when written to disk.
Definition at line 155 of file constants.py.
|
static |
Definition at line 167 of file constants.py.
|
static |
Definition at line 173 of file constants.py.
|
static |
Definition at line 180 of file constants.py.
|
static |
Definition at line 183 of file constants.py.
|
static |
Definition at line 184 of file constants.py.
|
static |
Definition at line 185 of file constants.py.
|
static |
Definition at line 186 of file constants.py.
|
static |
Definition at line 181 of file constants.py.
|
static |
Definition at line 182 of file constants.py.
|
static |
Definition at line 170 of file constants.py.
|
static |
Definition at line 171 of file constants.py.
|
static |
Definition at line 169 of file constants.py.
|
static |
Definition at line 172 of file constants.py.
|
static |
Definition at line 164 of file constants.py.
|
static |
Definition at line 162 of file constants.py.
|
static |
Definition at line 163 of file constants.py.