Documentation

ProcessorInterface

An optional interface to allow labelling Monolog processors.

Tags
author

Nicolas Grekas p@tchwork.com

phpstan-import-type

Record from \Monolog\Logger

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>
Tags
phpstan-param

Record $record

phpstan-return

Record

Return values
array<string|int, mixed>

The processed record

Search results