Class JLogLoggerEcho

Description

Joomla Echo logger class.

  • since: 11.1

Located in /libraries/joomla/log/logger/echo.php (line 19)

JLogLogger
   |
   --JLogLoggerEcho
Variable Summary
Method Summary
 JLogLoggerEcho __construct (array &$options)
 void addEntry (JLogEntry $entry)
Variables
string $line_separator = "\n" (line 25)
  • var: Value to use at the end of an echoed log entry to separate lines.
  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JLogLogger

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

Constructor.

  • since: 12.1
  • access: public
JLogLoggerEcho __construct (array &$options)
  • array &$options: Log object options.

Redefinition of:
JLogLogger::__construct()
Constructor.
addEntry (line 53)

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:
JLogLogger::addEntry()
Method to add an entry to the log.

Inherited Methods

Inherited From JLogLogger

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

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