micheldiemer / psr-log
Custom PSR-3 Logger Implementations. Includes HtmlLogger and interpolate function.
1.0.0-beta20
2025-03-25 22:01 UTC
Requires
- php: >=8.1
- micheldiemer/mbstring: ^1
- psr/log: ^2.0 || ^3.0
This package is auto-updated.
Last update: 2025-07-25 23:00:06 UTC
README
Provides custom implementations of psr-3 logging interface :
- HTMLLogger
- LevelLogger
- RawLogger
- JsonLogger
Installation
composer require micheldiemer/log
Contributions
phpdoc
, phplint
, phpstan
and php-cs-fixer
are required globally.
Contributions are welcome either as a GitHub issue or a PR to this repo.