Syslog
Extends \Joomla\Log\AbstractLoggerJoomla! Syslog Log class
deprecated
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.
since |
1.0 |
---|---|
deprecated |
The joomla/log package is deprecated |
Methods
__construct
Constructor.
__construct(array &$options)
inherited
since |
1.0 |
---|
Arguments
- $options
array
__destruct
Destructor.
__destruct()
since |
1.0 |
---|
addEntry
Method to add an entry to the log.
addEntry(\Joomla\Log\LogEntry $entry) : void
inherited abstract
Properties
priorities
Translation array for LogEntry priorities to text strings.
inherited
since |
1.0 |
---|
Type(s)
array
options
Options array for the Log instance.
inherited
since |
1.0 |
---|
Type(s)
array