API17

API17:JLoggerMessageQueue::addEntry

From Joomla! Documentation

Joomla 11.1 JLoggerMessageQueue::addEntry

Description

Method to add an entry to the log.


public function addEntry (JLogEntry $entry)
Parameter Type Default Description
$entry The log entry object to add to the log.
  • Returns void
  • Defined on line 38 of libraries/joomla/log/loggers/messagequeue.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples