vespula / log
A PSR-3 Log Implementation. Simple and flexible. Can use multiple adapters.
3.0.1
2024-05-14 18:34 UTC
Requires
- php: >=8.1
- psr/log: ^2.0 || ^3.0
Requires (Dev)
- maximebf/debugbar: ^1.14
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^10.5
- rector/rector: ^1.0.0
- vimeo/psalm: ^5.24
Suggests
- ext-pdo: Required if you want to use the Sql adapter
- maximebf/debugbar: Required if you want to use the debugbar adapter
This package is auto-updated.
Last update: 2024-10-14 19:32:36 UTC
README
This is a simple, flexible PSR-3 logging implementation for PHP.
Adapters include File, Email, Sql, None, Chromephp (console), PHPDebugBar, and ErrorLog (PHP's error_log() function)
Documentation is available at: https://vespula.bitbucket.io/log/