Class JLogger

Description

Joomla! Logger Base Class

This class is used to be the basis of logger classes to allow for defined functions to exist regardless of the child class.

  • abstract:
  • since: 11.1

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


	
			
Direct descendents
Class Description
JLoggerEcho Joomla Echo logger class.
JLoggerFormattedText Joomla! Formatted Text File Log class
JLoggerDatabase Joomla! MySQL Database Log class
JLoggerMessageQueue Joomla MessageQueue logger class.
JLoggerSysLog Joomla! SysLog Log class
Variable Summary
array $options
Method Summary
JLogger __construct (array &$options)
void addEntry (JLogEntry $entry)
Variables
array $options = array() (line 29)

Options array for the JLog instance.

  • since: 11.1
  • access: protected
Methods
Constructor __construct (line 38)

Constructor.

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

Redefined in descendants as:
addEntry (line 53)

Method to add an entry to the log.

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

Redefined in descendants as:

Documentation generated on Mon, 25 Jun 2012 13:56:27 -0500 by phpDocumentor 1.4.4