Class JLogLoggerFormattedtext
Joomla! Formatted Text File Log class
This class is designed to use as a base for building formatted text files for output. By default it emulates the Syslog style format output. This is a disk based output format.
- JLogLogger
- JLogLoggerFormattedtext
Direct known subclasses
Package: Joomla\Platform\Log
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/log/logger/formattedtext.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/log/logger/formattedtext.php
Methods summary
public
|
|
public
|
|
protected
string
|
|
protected
|
|
protected
|
Magic methods summary
Properties summary
protected
string
|
$format |
#
The format which each entry follows in the log file. |
protected
array
|
$fields |
#
The parsed fields from the format string. |
protected
string
|
$path |
#
The full filesystem path for the log file. |