A simple logging wrapper for Python, commonly used in Red Hat QE automation. Provides colored console output and structured logging. Currently at version 2.0.19, maintained under Red Hat QE.
pip install python-simple-loggerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a logger with default settings (colored console output).
Ensure imports use 'from simple_logger import get_logger'.
Create separate logger instances per thread, or wrap logging calls with locks.
No dependency data recorded yet.