Class JLogLoggerW3c

Description

Joomla! W3c Logging class

This class is designed to build log files based on the W3c specification at: http://www.w3.org/TR/WD-logfile.html

  • since: 11.1

Located in /libraries/joomla/log/logger/w3c.php (line 22)

JLogLogger
   |
   --JLogLoggerFormattedtext
      |
      --JLogLoggerW3c
Variable Summary
 string $format
Method Summary
 JLogLoggerW3c __construct (array &$options)
Variables
string $format = '{DATE} {TIME} {PRIORITY} {CLIENTIP} {CATEGORY} {MESSAGE}' (line 29)
  • var: The format which each entry follows in the log file. All fields must be named in all caps and be within curly brackets eg. {FOOBAR}.
  • since: 11.1
  • access: protected

Redefinition of:
JLogLoggerFormattedtext::$format

Inherited Variables

Inherited from JLogLoggerFormattedtext

JLogLoggerFormattedtext::$fields
JLogLoggerFormattedtext::$file
JLogLoggerFormattedtext::$path

Inherited from JLogLogger

JLogLogger::$options
JLogLogger::$priorities
Methods
Constructor __construct (line 38)

Constructor.

  • since: 11.1
  • access: public
JLogLoggerW3c __construct (array &$options)
  • array &$options: Log object options.

Redefinition of:
JLogLoggerFormattedtext::__construct()
Constructor.

Inherited Methods

Inherited From JLogLoggerFormattedtext

 JLogLoggerFormattedtext::__construct()
 JLogLoggerFormattedtext::addEntry()
 JLogLoggerFormattedtext::generateFileHeader()
 JLogLoggerFormattedtext::initFile()
 JLogLoggerFormattedtext::parseFields()
 JLogLoggerFormattedtext::__destruct()

Inherited From JLogLogger

 JLogLogger::__construct()
 JLogLogger::addEntry()

Documentation generated on Tue, 19 Nov 2013 15:18:18 +0100 by phpDocumentor 1.4.3