Class JLogLogger
Joomla! Logger Base Class
This class is used to be the basis of logger classes to allow for defined functions to exist regardless of the child class.
Direct known subclasses
JLogger
,
JLogLoggerCallback
,
JLogLoggerDatabase
,
JLogLoggerEcho
,
JLogLoggerFormattedtext
,
JLogLoggerMessagequeue
,
JLogLoggerSyslog
Indirect known subclasses
Abstract
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: 12.2
Located at joomla/log/logger.php
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: 12.2
Located at joomla/log/logger.php
Methods summary
public
|
|
abstract public
|
Magic methods summary
Properties summary
protected
array
|
$options |
#
Options array for the JLog instance. |
protected
array
|
$priorities |
#
Translation array for JLogEntry priorities to text strings. |