JLoggerEcho

Extends \JLogger

Joomla Echo logger class.

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

package

Joomla.Platform

subpackage

Log

since

11.1

Methods

__construct

Constructor.

__construct(array &$options) 
inherited
since

11.1

Arguments

$options

array

addEntry

Method to add an entry to the log.

addEntry(\JLogEntry $entry) : void
inherited abstract
since

11.1

Arguments

$entry

\JLogEntryThe log entry object to add to the log.

Properties

priorities

Translation array for JLogEntry priorities to text strings.

since

11.1

Type(s)

array

options

Options array for the JLog instance.

inherited
since

11.1

Type(s)

array