Registry / devops / python-simple-logger

python-simple-logger

JSON →
library2.0.19pypypiunverified

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-logger
INSTALL
IMPORT
SIG · PYTHON-SIMPLE-LOGG
P
python-simple-logger
devopspythonv2.0.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

get_logger
from simple_logger import get_logger

Create a logger with default settings (colored console output).

from simple_logger import get_logger logger = get_logger(name="my-app") logger.info("Hello, world!")
Debug
Known issues
breakingIn version 2.0.0, the package was renamed from 'python-simple-logger' to 'simple-logger'? Actually PyPI name remains 'python-simple-logger', but import was always 'simple_logger'. No major breaking changes known.
fix
Ensure imports use 'from simple_logger import get_logger'.
affects: >=2.0.0
gotchaThe logger is not thread-safe by default. Use thread-local loggers for concurrent contexts.
fix
Create separate logger instances per thread, or wrap logging calls with locks.
affects: all
Upgrade
Version history
2.0.19latest on PyPI · released Feb 26, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
python-simple-logger — pip install python-simple-logger · libregistry