`Oro Log Component` provides additional logger features to Psr\Log component.

Maintainers

Package info

github.com/oro-flex/log

Homepage

pkg:composer/oro-flex/log

Statistics

Installs: 741

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.2.0 2022-01-08 09:46 UTC

This package is auto-updated.

Last update: 2026-03-08 18:30:13 UTC


README

Oro Log Component provides additional logger features to Psr\Log component

OutputLogger

  • implements Psr\Log\AbstractLogger
  • logs to Symfony\Component\Console\Output\OutputInterface
  • can be used with cli output
  • have $alwaysLogErrors constructor argument - that allow to log all errors even in quiet mode
  • takes verbosity level as constructor argument or from OutputInterface object instance, if argument not specified