2017 © Pedro Peláez
 

library stratigility-logging-error

Logging for errors in Zend Expressive

image

zfegg/stratigility-logging-error

Logging for errors in Zend Expressive

  • Tuesday, March 13, 2018
  • by Moln
  • Repository
  • 2 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

Logging for errors in Mezzio

GitHub Actions: Run tests Coverage Status Latest Stable Version, (*1)

实现 mezzio 记录错误日志功能, 使用PSR3记录日志., (*2)

Implement mezzio logging errors., (*3)

See https://docs.mezzio.dev/mezzio/v3/features/error-handling/#listening-for-errors, (*4)

使用说明/Usage

  1. Install via composer., (*5)

    通过 composer 安装依赖., (*6)

    composer require zfegg/stratigility-logging-error
    
  2. Add ConfigProvider::class in config/config.php., (*7)

    config/config.php 中添加 ConfigProvider::class 配置., (*8)

  3. Configure your Psr\Log\LoggerInterface::class service., (*9)

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

The Versions