Interface ProcessorInterface

Summary

Fully Qualified Name: Zend\Log\Processor\ProcessorInterface

Description

Methods

Name Description Defined By
process() Processes a log message before it is given to the writers ProcessorInterface

Method Details

process()

Processes a log message before it is given to the writers

Parameter Name Type Description
$event array

Returns: array

Top