Releases: commonphp/logging
Releases · commonphp/logging
v0.1.0
Added
- Initial release of the lean logging library.
- PSR-3 compliant
LoggerInterfacewith additionalsetupandsupportsmethods. LogManagerfor handling multiple logger instances.- Built-in loggers including
BuiltinLogHandlerandNullLogHandler. - Support for log level filtering and custom logger configuration.
- PSR-3 compliant