Documentation

Horde_Log_Formatter_Simple
in package
implements Horde_Log_Formatter

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

Horde_Log_Formatter

Table of Contents

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

Properties

$_format

Format string.

protected string $_format

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $options = null ]) : mixed
Parameters
$options : array<string|int, mixed> = 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(array<string|int, mixed> $event) : string
Parameters
$event : array<string|int, mixed>

Log event.

Return values
string

Formatted line.

Search results