havvg / monolog-recursive-processor
A recursive log processor to convert context data.
Package info
github.com/havvg/monolog-recursive-processor
pkg:composer/havvg/monolog-recursive-processor
v1.3.0
2016-04-20 12:34 UTC
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: 2026-03-11 17:04:23 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.