API17

Difference between revisions of "JLoggerMessageQueue"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JLoggerMessageQueue==
 
=={{JVer|11.1}} JLoggerMessageQueue==
 
===Description===
 
===Description===
{{Description:JLoggerMessageQueue}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JLoggerMessageQueue|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JLoggerMessageQueue::addEntry/11.1|addEntry]]
+
|[[API17:JLoggerMessageQueue::addEntry|addEntry]]
 
|Method to add an entry to the log.  
 
|Method to add an entry to the log.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/log/loggers/messagequeue.php
 
* '''Defined in''' libraries/joomla/log/loggers/messagequeue.php
* '''Extends''' [[JLogger/11.1|JLogger]]
+
* '''Extends''' [[API17:JLogger|JLogger]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.log.loggers.messagequeue' );</source>
 
<source lang="php">jimport( 'joomla.log.loggers.messagequeue' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLoggerMessageQueue source code''' on [[jplatform:log/loggers/messagequeue.php|BitBucket]]
 
* {{JVer|11.1}} '''JLoggerMessageQueue source code''' on [[jplatform:log/loggers/messagequeue.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
* [[JLoggerMessageQueue|Other versions of JLoggerMessageQueue]]
+
* [[API17:JLoggerMessageQueue|Other versions of JLoggerMessageQueue]]
{{SeeAlso:JLoggerMessageQueue}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JLoggerMessageQueue|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JLoggerMessageQueue
 
category=JLoggerMessageQueue
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 41: Line 37:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JLoggerMessageQueue]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:24, 24 March 2017

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

Description[edit]

Methods[edit]

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

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]