eds_scikit.utils.logging
formatter
formatter(record: dict)
Formats the logging message by:
- Adding color and bold
- Indenting the message
Source code in eds_scikit/utils/logging.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
|
escape
escape(record: dict)
Escape the "<" character before markup parsing
Source code in eds_scikit/utils/logging.py
44 45 46 47 48 49 50 51 |
|