Source for file w3c.php
Documentation is available at w3c.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* 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
* @package Joomla.Platform
* @var string 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}.
protected $format =
'{DATE} {TIME} {PRIORITY} {CLIENTIP} {CATEGORY} {MESSAGE}';
* @param array &$options Log object options.
// The name of the text file defaults to 'error.w3c.php' if not explicitly given.
if (empty($options['text_file']))
$options['text_file'] =
'error.w3c.php';
// Call the parent constructor.
Documentation generated on Tue, 19 Nov 2013 15:18:18 +0100 by phpDocumentor 1.4.3