Class JLoggerW3C

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/loggers/w3c.php (line 27)

JLogger
   |
   --JLoggerFormattedText
      |
      --JLoggerW3C
Variable Summary
string $format
Method Summary
JLoggerW3C __construct (array &$options)
Variables
string $format = '{DATE} {TIME} {PRIORITY} {CLIENTIP} {CATEGORY} {MESSAGE}' (line 34)
  • 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:
JLoggerFormattedText::$format

Inherited Variables

Inherited from JLoggerFormattedText

JLoggerFormattedText::$fields
JLoggerFormattedText::$file
JLoggerFormattedText::$path
JLoggerFormattedText::$priorities

Inherited from JLogger

JLogger::$options
Methods
Constructor __construct (line 43)

Constructor.

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

Redefinition of:
JLoggerFormattedText::__construct()
Constructor.

Inherited Methods

Inherited From JLoggerFormattedText

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

Inherited From JLogger

JLogger::__construct()
JLogger::addEntry()

Documentation generated on Mon, 25 Jun 2012 14:01:29 -0500 by phpDocumentor 1.4.4