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

4.2.0 2022-01-08 09:46 UTC

This package is auto-updated.

Last update: 2024-04-08 14:29:17 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