Documentation

SimpleFormatter
in package
implements LogFormatter

Tags
author

Mike Naberezny mike@maintainable.com

author

Chuck Hagenbuch chuck@horde.org

category

Horde

license

http://www.horde.org/licenses/bsd BSD

subpackage

Formatters

Interfaces, Classes, Traits and Enums

LogFormatter

Table of Contents

$format  : string
Format string.
__construct()  : mixed
Constructor.
format()  : string
Formats an event to be written by the handler.

Properties

Methods

__construct()

Constructor.

public __construct([array<string|int, string> $options = null ]) : mixed
Parameters
$options : array<string|int, string> = null

Configuration options:

'format' - (string) The log template.
Tags
throws
InvalidArgumentException
Return values
mixed

format()

Formats an event to be written by the handler.

public format(LogMessage $event) : string
Parameters
$event : LogMessage

Log event.

Return values
string

Formatted line.

Search results