Source for file echo.php
Documentation is available at echo.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 Echo logger class.
* @package Joomla.Platform
* @var string Value to use at the end of an echoed log entry to separate lines.
* @param array &$options Log object options.
parent::__construct($options);
if (!empty($this->options['line_separator']))
* Method to add an entry to the log.
* @param JLogEntry $entry The log entry object to add to the log.
public function addEntry(JLogEntry $entry)
.
$entry->message .
(empty($entry->category) ?
'' :
' [' .
$entry->category .
']')
Documentation generated on Tue, 19 Nov 2013 15:01:45 +0100 by phpDocumentor 1.4.3