Class LoggerLayoutSerialized
Layout which formats the events using PHP's serialize() function.
Available options:
- locationInfo - If set to true, the event's location information will also be serialized (slow, defaults to false).
- LoggerConfigurable
- LoggerLayout
- LoggerLayoutSerialized
Package: log4php\layouts
Version: $Revision: 1334369 $
Since: 2.2
Located at layouts/LoggerLayoutSerialized.php
Version: $Revision: 1334369 $
Since: 2.2
Located at layouts/LoggerLayoutSerialized.php
public
|
|
public
|
|
public
string
|
activateOptions(),
getContentType(),
getFooter(),
getHeader(),
warn()
|
setBoolean(),
setFileSize(),
setInteger(),
setLevel(),
setNumeric(),
setPositiveInteger(),
setString()
|
protected
boolean
|
$locationInfo | false |
#
Whether to include the event's location information (slow). |