Source for file messagequeue.php
Documentation is available at messagequeue.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* 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
* @package Joomla.Platform
* Method to add an entry to the log.
* @param JLogEntry $entry The log entry object to add to the log.
public function addEntry(JLogEntry $entry)
switch ($entry->priority)
// Ignore other priorities.
Documentation generated on Tue, 19 Nov 2013 15:08:07 +0100 by phpDocumentor 1.4.3