Class PsrPlaceholder

Summary

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

Description

Processes an event message according to PSR-3 rules.

This processor replaces {foo} with the value from $extra['foo'].

Methods

Name Description Defined By
process() PsrPlaceholder

Method Details

process()

Parameter Name Type Description
$event array event

Returns: array event data

Top