\JLogLoggerSyslog
Joomla! Syslog Log class
This class is designed to call the PHP Syslog function call which is then sent to the
system wide log system. For Linux/Unix based systems this is the syslog subsystem, for
the Windows based implementations this can be found in the Event Log. For Windows,
permissions may prevent PHP from properly outputting messages.
Synopsis
class JLogLoggerSyslog
extends JLogLogger
{
- // members
- protected $priorities;
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // methods
- public void __construct()
- public void __destruct()
- public void addEntry()
- // Inherited methods from JLogLogger
- public void __construct()
- public abstract void addEntry()
Hierarchy
Extends
Members
protected
- $options
—
array
Options array for the JLog instance. - $priorities — array
- $priorities — array
Methods
public
- __construct() — Constructor.
- __destruct() — Destructor.
- addEntry() — Method to add an entry to the log.
Inherited from JLogLogger
public
- addEntry() — Method to add an entry to the log.