实现 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::class
inconfig/config.php
.在
config/config.php
中添加ConfigProvider::class
配置. -
Configure your
Psr\Log\LoggerInterface::class
service.在你的服务中配置
Psr\Log\LoggerInterface::class
(PSR3日志实现)服务.