Class JLoggerMessageQueue

Description

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.

  • since: 11.1

Located in /libraries/joomla/log/loggers/messagequeue.php (line 25)

JLogger
   |
   --JLoggerMessageQueue
Method Summary
void addEntry (JLogEntry $entry)
Variables

Inherited Variables

Inherited from JLogger

JLogger::$options
Methods
addEntry (line 36)

Method to add an entry to the log.

  • since: 11.1
  • access: public
void addEntry (JLogEntry $entry)
  • JLogEntry $entry: The log entry object to add to the log.

Redefinition of:
JLogger::addEntry()
Method to add an entry to the log.

Inherited Methods

Inherited From JLogger

JLogger::__construct()
JLogger::addEntry()

Documentation generated on Mon, 25 Jun 2012 13:57:19 -0500 by phpDocumentor 1.4.4