vespula / log
PSR-3 日志实现。简单灵活。可以使用多个适配器。
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-09-14 19:19:56 UTC
README
这是一个简单的、灵活的 PHP PSR-3 日志实现。
适配器包括 File、Email、Sql、None、Chromephp(控制台)、PHPDebugBar 和 ErrorLog(PHP 的 error_log() 函数)
文档可在以下链接找到: https://vespula.bitbucket.io/log/