havvg / monolog-recursive-processor
A recursive log processor to convert context data.
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: 2024-11-06 10:56: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.