Back to Joomla project (class list)

Class MessagequeueLogger - list of methods

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.

Extends

Package: Joomla\CMS\Log\Logger
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Log/Logger/MessagequeueLogger.php
Project: Joomla

Method Summary

public void
(\Joomla\CMS\Log\LogEntry $entry)

Method to add an entry to the log.
Parameters
  • \Joomla\CMS\Log\LogEntry $entry The log entry object to add to the log.
Returns
  • void
Since
  • 1.7.0
Show source code of this method: addEntry Source Code

Tags Summary

Since
1.7.0