Skip to content

Releases: inokufu/python-logger

0.3.2

30 Mar 13:58

Choose a tag to compare

0.3.1

06 Mar 15:34
1dd891a

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

0.3.0

08 Jan 10:23
06497a8

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

0.1.0

24 Apr 14:35
9f0440b

Choose a tag to compare

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