JLoggerW3C: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JLoggerW3C== | |||
===Description=== | |||
{{ | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|[[JLoggerW3C::__construct | |public | ||
|[[API17:JLoggerW3C::__construct|__construct]] | |||
|Constructor. | |Constructor. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/log/loggers/w3c.php | |||
* '''Extends''' [[API17:JLoggerFormattedText|JLoggerFormattedText]] | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.log.loggers.w3c' );</source> | <source lang="php">jimport( 'joomla.log.loggers.w3c' );</source> | ||
===See also=== | ===See also=== | ||
* [[ | * {{JVer|11.1}} '''JLoggerW3C source code''' on [[jplatform:log/loggers/w3c.php|BitBucket]] | ||
{{ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]] | ||
* [[API17:JLoggerW3C|Other versions of JLoggerW3C]] | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JLoggerW3C | category=JLoggerW3C | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
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