Class Backtrace

Summary

Fully Qualified Name: Zend\Log\Processor\Backtrace
Implements: ProcessorInterface

Description

Methods

Name Description Defined By
process() Adds the origin of the log() call to the event extras Backtrace

Method Details

process()

Adds the origin of the log() call to the event extras

Parameter Name Type Description
$event array event

Returns: array event data

Top