API17

Difference between revisions of "JLogger"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎User contributed notes: bad link repair)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JLogger==
 +
===Description===
 +
{{Description:JLogger}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JLogger|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JLogger|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JLogger}}
 
===Defined in===
 
libraries/joomla/log/logger.php
 
===Subpackage===
 
[[Subpackage Log/11.1|Log]]
 
===Extends===
 
===Extended by===
 
* [[JLoggerDatabase/11.1|JLoggerDatabase]]
 
* [[JLoggerEcho/11.1|JLoggerEcho]]
 
* [[JLoggerFormattedText/11.1|JLoggerFormattedText]]
 
* [[JLoggerMessageQueue/11.1|JLoggerMessageQueue]]
 
* [[JLoggerSysLog/11.1|JLoggerSysLog]]
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JLogger::__construct/11.1|__construct]]
 
|[[JLogger::__construct/11.1|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 +
|public
 
|[[JLogger::addEntry/11.1|addEntry]]
 
|[[JLogger::addEntry/11.1|addEntry]]
 
|Method to add an entry to the log.  
 
|Method to add an entry to the log.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/log/logger.php
 +
* '''Extended by'''
 +
** [[JLoggerDatabase/11.1|JLoggerDatabase]]
 +
** [[JLoggerEcho/11.1|JLoggerEcho]]
 +
** [[JLoggerFormattedText/11.1|JLoggerFormattedText]]
 +
** [[JLoggerMessageQueue/11.1|JLoggerMessageQueue]]
 +
** [[JLoggerSysLog/11.1|JLoggerSysLog]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.log.logger' );</source>
 
<source lang="php">jimport( 'joomla.log.logger' );</source>
 
===See also===
 
===See also===
* [[JLogger|Other versions of this class]]
+
* {{JVer|11.1}} '''JLogger source code''' on [[jplatform:log/logger.php|BitBucket]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage Log/11.1|Log]]
 +
* [[JLogger|Other versions of JLogger]]
 
{{SeeAlso:JLogger}}
 
{{SeeAlso:JLogger}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLogger|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JLogger|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 44: Line 47:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JLogger]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JLogger]]</noinclude>

Revision as of 13:56, 29 August 2012

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 JLogger[edit]

Description[edit]

Template:Description:JLogger [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public addEntry Method to add an entry to the log.

Importing[edit]

jimport( 'joomla.log.logger' );

See also[edit]

Template:SeeAlso:JLogger [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />