API17

API17:JLog::addEntry

From Joomla! Documentation

Joomla 11.1 JLog::addEntry

Description

Method to add an entry to the log file.


public function addEntry ($entry)
Parameter Type Default Description
$entry array Array of values to map to the format string for the log file.
  • Returns boolean True on success.
  • Defined on line 280 of libraries/joomla/log/log.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples