Skip to content

Releases: commonphp/logging

v0.1.0

15 Mar 16:53

Choose a tag to compare

Added

  • Initial release of the lean logging library.
    • PSR-3 compliant LoggerInterface with additional setup and supports methods.
    • LogManager for handling multiple logger instances.
    • Built-in loggers including BuiltinLogHandler and NullLogHandler.
    • Support for log level filtering and custom logger configuration.