API17

Difference between revisions of "JLoggerEcho"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (moving preparation)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JLoggerEcho==
 +
===Description===
 +
{{Description:JLoggerEcho}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JLoggerEcho|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JLoggerEcho|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JLoggerEcho}}
 
===Defined in===
 
libraries/joomla/log/loggers/echo.php
 
===Subpackage===
 
[[Subpackage Log/11.1|Log]]
 
===Extends===
 
[[JLogger/11.1|JLogger]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JLoggerEcho::addEntry/11.1|addEntry]]
+
|public
 +
|[[API17:JLoggerEcho::addEntry|addEntry]]
 
|Method to add an entry to the log.  
 
|Method to add an entry to the log.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/log/loggers/echo.php
 +
* '''Extends''' [[API17:JLogger|JLogger]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.log.loggers.echo' );</source>
 
<source lang="php">jimport( 'joomla.log.loggers.echo' );</source>
 
===See also===
 
===See also===
* [[JLoggerEcho|Other versions of this class]]
+
* {{JVer|11.1}} '''JLoggerEcho source code''' on [[jplatform:log/loggers/echo.php|BitBucket]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
 +
* [[API17:JLoggerEcho|Other versions of JLoggerEcho]]
 
{{SeeAlso:JLoggerEcho}}
 
{{SeeAlso:JLoggerEcho}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLoggerEcho|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JLoggerEcho|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 37: Line 38:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JLoggerEcho]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:09, 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 JLoggerEcho[edit]

Description[edit]

Template:Description:JLoggerEcho [Edit Descripton]

Methods[edit]

Visibility Method name Description
public addEntry Method to add an entry to the log.
  • Defined in libraries/joomla/log/loggers/echo.php
  • Extends JLogger

Importing[edit]

jimport( 'joomla.log.loggers.echo' );

See also[edit]

Template:SeeAlso:JLoggerEcho [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />