zfegg/stratigility-logging-error

Mezzio 中错误日志记录

2.0.2 2024-08-21 14:06 UTC

This package is auto-updated.

Last update: 2024-09-21 14:15:27 UTC


README

GitHub Actions: Run tests Coverage Status Latest Stable Version

实现 Mezzio 记录错误日志功能,使用PSR3记录日志。

实现 Mezzio 错误日志记录。

https://docs.zendframework.com/zend-mezzio/features/error-handling/#listening-for-errors

使用说明/Usage

  1. 通过 composer 安装。

    通过 composer 安装依赖。

    composer require zfegg/stratigility-logging-error
  2. config/config.php 中添加 ConfigProvider::class 配置。

    config/config.php 中添加 ConfigProvider::class 配置。

  3. 配置你的 Psr\Log\LoggerInterface::class 服务。

    在你的服务中配置 Psr\Log\LoggerInterface::class (PSR3日志实现)服务。