Documentation

Horde_Log_Formatter
in

Tags
author

Mike Naberezny mike@maintainable.com

author

Chuck Hagenbuch chuck@horde.org

category

Horde

license

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

Table of Contents

format()  : string
Formats an event to be written by the handler.

Methods

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