\JLogLoggerMessagequeue
Joomla MessageQueue logger class.
This class is designed to output logs to a specific MySQL database table. Fields in this
table are based on the Syslog style of log output. This is designed to allow quick and
easy searching.
Synopsis
class JLogLoggerMessagequeue
extends JLogLogger
{
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // methods
- 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
Methods
public
- addEntry() — Method to add an entry to the log.
Inherited from JLogLogger
public
- addEntry() — Method to add an entry to the log.