Documentation

ProcessableHandlerTrait

Helper trait for implementing ProcessableInterface

This trait is present in monolog 1.x to ease forward compatibility.

Tags
author

Jordi Boggiano j.boggiano@seld.be

Table of Contents

Properties

$processors  : array<string|int, callable>

Methods

popProcessor()  : callable
{@inheritdoc}
pushProcessor()  : HandlerInterface
{@inheritdoc}
processRecord()  : array<string|int, mixed>
Processes a record.
resetProcessors()  : void

Properties

Methods

processRecord()

Processes a record.

protected processRecord(array<string|int, mixed> $record) : array<string|int, mixed>
Parameters
$record : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results