vespula / log
A PSR-3 Log Implementation. Simple and flexible. Can use multiple adapters.
2.2.5
2023-01-23 16:30 UTC
Requires
- php: >=7.0
- psr/log: ^1.0
Requires (Dev)
- ccampbell/chromephp: ^4.1
- maximebf/debugbar: ^1.14
- phpstan/phpstan: ^1.4
- phpunit/phpunit: 9.5.*
Suggests
- ext-pdo: Required if you want to use the Sql adapter
- ccampbell/chromephp: Required if you want to use the chromephp adapter
- maximebf/debugbar: Required if you want to use the debugbar adapter
This package is auto-updated.
Last update: 2023-09-23 17:47:06 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/