Minimalistic wrapper for Python's standard logging module. Provides a simpler API with sensible defaults. Current version 2.3.1, released under MIT license. Maintained regularly.
pip install minilogVerified import paths — ran on the pinned version, not inferred.
Create a default logger and log messages.
Use Logger(__name__) if you want module-specific logger, or Logger() for root.
Call log.setLevel('DEBUG') after creation.Configure handler: log.handler.stream = sys.stderr
Wrap with threading.Lock when logging from multiple threads.
No dependency data recorded yet.