API17:JLog::addEntry
From Joomla! Documentation
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. |
See also
JLog::addEntry source code on BitBucket
Class JLog
Subpackage Log- Other versions of JLog::addEntry
User contributed notes
Code Examples