havvg / monolog-recursive-processor
A recursive log processor to convert context data.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/havvg/monolog-recursive-processor
Requires
- monolog/monolog: ^1.6
- symfony/event-dispatcher: ^2.3|^3.0
Requires (Dev)
- phpunit/phpunit: @stable
This package is not auto-updated.
Last update: 2025-10-08 14:58:29 UTC
README
The RecursiveProcessor
is a data conversion processor for Monolog contexts.
Attaching an actual Processor
The processing of a specific context entry is up to any other processor.
The RecursiveProcessor
dispatches the LogEvents::PROCESS_ENTRY
event with the data entry to be processed.
A processor converting data should listen on this event and convert its data accordingly.