JLoggerSysLog

Extends \JLogger

Joomla! SysLog Log class

This class is designed to call the PHP SysLog function call which is then sent to the system wide log system. For Linux/Unix based systems this is the syslog subsystem, for the Windows based implementations this can be found in the Event Log. For Windows, permissions may prevent PHP from properly outputting messages.

package

Joomla.Platform

subpackage

Log

since

11.1

Methods

__construct

Constructor.

__construct(array &$options) 
inherited
since

11.1

Arguments

$options

array

__destruct

Destructor.

__destruct() 
since

11.1

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 SysLog priority names.

since

11.1

Type(s)

array

options

Options array for the JLog instance.

inherited
since

11.1

Type(s)

array