Nieuws

python advanced logger is a wrapped of python logging library sync with multiple log types (e.g. Elasticsearch log) Python Advance logger capable to log every event with django default logger, ...
A Python logger with colored output and additional log levels. The logger supports custom log levels like STEP and EXCEPTION and can be easily integrated into your Python projects.
I have worker thread(s) that use the logger. In the main thread, I occasionally need to ask the user to take some action. Which means I need to suppress the logger from actually printing until the ...