Added
- Initial release of the lean logging library.
- PSR-3 compliant
LoggerInterface
with additionalsetup
andsupports
methods. LogManager
for handling multiple logger instances.- Built-in loggers including
BuiltinLogHandler
andNullLogHandler
. - Support for log level filtering and custom logger configuration.
- PSR-3 compliant