News

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, ...
This package provides a set of tools for debugging python code with GDB, including python code breakpoints. GDB breakpoints operate on native shared libraries (C/assembler code). Since python is an ...
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 ...