Releases: inokufu/python-logger
Releases · inokufu/python-logger
0.3.2
Full Changelog: v0.3.1...v0.3.2
0.3.1
0.3.0
0.1.0
Initial release of the logging framework
- LoggerContract abstract base class defining the logger interface
- LoguruLogger implementation using Loguru library
- LogLevel enum for standardized log levels
- LoggableMixin for adding logging capabilities to classes
- Comprehensive test suite for all components
- Support for structured logging with context information
- Exception logging with type and message extraction