Documentation

PsrLogMessageProcessor
in package
implements ProcessorInterface

Processes a record's message according to PSR-3 rules

It replaces {foo} with the value from $context['foo']

Tags
author

Jordi Boggiano j.boggiano@seld.be

Interfaces, Classes and Traits

ProcessorInterface
An optional interface to allow labelling Monolog processors.

Table of Contents

__invoke()  : array<string|int, mixed>

Methods

__invoke()

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

Search results