oro-flex / log
`Oro Log Component` provides additional logger features to Psr\Log component.
Installs: 741
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/oro-flex/log
Requires
- php: ~7.4.14 || ~8.0.0
- psr/log: *
Conflicts
- oro/platform: *
This package is auto-updated.
Last update: 2025-10-08 17:43:30 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