JLoggerFormattedText::addEntry
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JLoggerFormattedText::addEntry[edit]
Description[edit]
Method to add an entry to the log.
public function addEntry (JLogEntry $entry)
Parameter | Type | Default | Description |
---|---|---|---|
$entry |
- Returns boolean True on success.
- Defined on line 134 of libraries/joomla/log/loggers/formattedtext.php
- Since
See also[edit]
JLoggerFormattedText::addEntry source code on BitBucket
Class JLoggerFormattedText
Subpackage Log
- Other versions of JLoggerFormattedText::addEntry
User contributed notes[edit]
Code Examples[edit]