API17:JLoggerDatabase::addEntry
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JLoggerDatabase::addEntry (JLogEntry $entry) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
void | void | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/log/loggers/database.php | + | libraries/joomla/log/loggers/database.php (line 120) |
| + | * see source code in [[jplatform:log/loggers/database.php#cl-120|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:55, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLoggerDatabase::addEntry
Description
Method to add an entry to the log.
Description:JLoggerDatabase::addEntry [Edit Descripton]
Since
Synopsis
public JLoggerDatabase::addEntry (JLogEntry $entry)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $entry | The log entry object to add to the log. |
Returns
void
Defined in
libraries/joomla/log/loggers/database.php (line 120)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JLoggerDatabase::addEntry
Examples
<CodeExamplesForm />
