`Oro Log 组件` 为 Psr\Log 组件提供了额外的日志功能。

4.2.0 2022-01-08 09:46 UTC

This package is auto-updated.

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


README

Oro Log 组件 为 Psr\Log 组件提供了额外的日志功能

OutputLogger

  • 实现了 Psr\Log\AbstractLogger
  • 记录到 Symfony\Component\Console\Output\OutputInterface
  • 可用于与 cli 输出一起使用
  • 有 $alwaysLogErrors 构造函数参数 - 允许在安静模式下记录所有错误
  • 将详细程度作为构造函数参数或从 OutputInterface 对象实例中获取,如果未指定参数