Class JLoggerEcho

Description

Joomla Echo logger class.

  • since: 11.1

Located in /libraries/joomla/log/loggers/echo.php (line 21)

JLogger
   |
   --JLoggerEcho
Variable Summary
array $priorities
Method Summary
void addEntry (JLogEntry $entry)
Variables
array $priorities = array(
JLog::EMERGENCY => 'EMERGENCY',
JLog::ALERT => 'ALERT',
JLog::CRITICAL => 'CRITICAL',
JLog::ERROR => 'ERROR',
JLog::WARNING => 'WARNING',
JLog::NOTICE => 'NOTICE',
JLog::INFO => 'INFO',
JLog::DEBUG => 'DEBUG')
(line 27)
  • var: Translation array for JLogEntry priorities to text strings.
  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JLogger

JLogger::$options
Methods
addEntry (line 46)

Method to add an entry to the log.

  • since: 11.1
  • access: public
void addEntry (JLogEntry $entry)
  • JLogEntry $entry: The log entry object to add to the log.

Redefinition of:
JLogger::addEntry()
Method to add an entry to the log.

Inherited Methods

Inherited From JLogger

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

Documentation generated on Mon, 25 Jun 2012 13:54:21 -0500 by phpDocumentor 1.4.4