API17

Difference between revisions of "JLoggerW3C"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/log/loggers/w3c.php
 
libraries/joomla/log/loggers/w3c.php
 +
* see source code in [[jplatform:log/loggers/w3c.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Log/11.1|Log]]
 
[[Subpackage Log/11.1|Log]]
Line 24: Line 25:
 
<source lang="php">jimport( 'joomla.log.loggers.w3c' );</source>
 
<source lang="php">jimport( 'joomla.log.loggers.w3c' );</source>
 
===See also===
 
===See also===
 +
* JLoggerW3C source code in [[jplatform:log/loggers/w3c.php|BitBucket]]
 
* [[JLoggerW3C|Other versions of this class]]
 
* [[JLoggerW3C|Other versions of this class]]
 
{{SeeAlso:JLoggerW3C}}
 
{{SeeAlso:JLoggerW3C}}

Revision as of 17:59, 23 April 2011

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.

[Edit Descripton] Template:Description:JLoggerW3C

Defined in[edit]

libraries/joomla/log/loggers/w3c.php

Subpackage[edit]

Log

Extends[edit]

JLoggerFormattedText

Extended by[edit]

Methods[edit]

Method name Description
__construct Constructor.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JLoggerW3C [Edit See Also]

Examples[edit]

<CodeExamplesForm />