API17

Difference between revisions of "JLog::addLogEntry"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLog::addLogEntry source code''' on [[jplatform:log/log.php#cl-324|BitBucket]]
 
* {{JVer|11.1}} '''JLog::addLogEntry source code''' on [[jplatform:log/log.php#cl-324|BitBucket]]
* {{JVer|11.1}} Class [[JLog/11.1|JLog]]
+
* {{JVer|11.1}} Class [[API17:JLog|JLog]]
* {{JVer|11.1}} Subpackage [[Subpackage_Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Log|Log]]
* [[JLog::addLogEntry|Other versions of JLog::addLogEntry]]
+
* [[API17:JLog::addLogEntry|Other versions of JLog::addLogEntry]]
 
{{SeeAlso:JLog::addLogEntry}}
 
{{SeeAlso:JLog::addLogEntry}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 47: Line 47:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JLog]][[Category:JLog::addLogEntry]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:08, 11 May 2013

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.

Joomla 11.1 JLog::addLogEntry[edit]

Description[edit]

Method to add an entry to the appropriate loggers.

Template:Description:JLog::addLogEntry [Edit Descripton]

protected function addLogEntry (JLogEntry $entry)
Parameter Type Default Description
$entry
  • Returns void
  • Defined on line 332 of libraries/joomla/log/log.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JLog::addLogEntry [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />