实现 mezzio 记录错误日志功能, 使用PSR3记录日志.
Implement mezzio logging errors.
See https://docs.mezzio.dev/mezzio/v3/features/error-handling/#listening-for-errors
-
Install via composer.
通过 composer 安装依赖.
composer require zfegg/stratigility-logging-error
-
Add
ConfigProvider::classinconfig/config.php.在
config/config.php中添加ConfigProvider::class配置. -
Configure your
Psr\Log\LoggerInterface::classservice.在你的服务中配置
Psr\Log\LoggerInterface::class(PSR3日志实现)服务.
