oro-flex / log
`Oro Log Component` provides additional logger features to Psr\Log component.
4.2.0
2022-01-08 09:46 UTC
Requires
- php: ~7.4.14 || ~8.0.0
- psr/log: *
Conflicts
- oro/platform: *
This package is auto-updated.
Last update: 2024-11-08 15:40:37 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