Documentation

VarDumperFormatter
in package
implements FormatterInterface

Tags
author

Grégoire Pineau lyrixx@lyrixx.info

Interfaces, Classes and Traits

FormatterInterface
Interface for formatters

Table of Contents

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

Properties

Methods

format()

Formats a log record.

public format(array<string|int, mixed> $record) : mixed
Parameters
$record : array<string|int, mixed>

A record to format

Return values
mixed

formatBatch()

Formats a set of log records.

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

A set of records to format

Return values
mixed

Search results