Documentation

FormatterInterface

Interface for formatters

Tags
author

Jordi Boggiano j.boggiano@seld.be

Table of Contents

Methods

format()  : mixed
Formats a log record.
formatBatch()  : mixed
Formats a set of log records.

Methods

formatBatch()

Formats a set of log records.

public formatBatch(array<string|int, LogRecord$records) : mixed
Parameters
$records : array<string|int, LogRecord>

A set of records to format

Return values
mixed

The formatted set of records


        
On this page

Search results