A simple Python logging helper providing easy setup for logging to console and files with color support. It wraps Python's standard library logging module. Current version: 1.4. Release cadence: infrequent, last updated in 2017.
pip install loggerVerified import paths — ran on the pinned version, not inferred.
Creates a simple logger and logs an info message.
Consider using Python's built-in logging module or a more modern alternative like 'loguru'.
Use standard logging.Logger methods: .info(), .debug(), etc.
Install the package: pip install logger
Use 'import logger' instead of 'import logging'.
No dependency data recorded yet.