JLoggerW3C: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 2: | Line 2: | ||
=={{JVer|11.1}} JLoggerW3C== | =={{JVer|11.1}} JLoggerW3C== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
Line 24: | Line 24: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]] | ||
* [[API17:JLoggerW3C|Other versions of JLoggerW3C]] | * [[API17:JLoggerW3C|Other versions of JLoggerW3C]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JLoggerW3C | category=JLoggerW3C | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* |
Latest revision as of 03:24, 25 March 2017
JLoggerW3C
Description
Methods
Visibility | Method name | Description |
---|---|---|
public | __construct | Constructor. |
- Defined in libraries/joomla/log/loggers/w3c.php
- Extends JLoggerFormattedText
Importing
jimport( 'joomla.log.loggers.w3c' );
See also
JLoggerW3C source code on BitBucket
Subpackage Log
- Other versions of JLoggerW3C
User contributed notes
Code Examples