SyslogLogger
Extends LoggerJoomla! 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.
since |
1.7.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Constructor.
__construct(mixed||string|int &options) :
since |
1.7.0 |
---|
Arguments
- options
array<string|int, mixed>
Log object options.
Response
mixed
__destruct
Destructor.
__destruct() :
since |
1.7.0 |
---|
Response
mixed
addEntry
Method to add an entry to the log.
addEntry(\Joomla\CMS\Log\LogEntry entry) :
Properties
options
Options array for the Log instance.
inherited
since |
3.0.1 |
---|
Type(s)
array<string|int, mixed>
priorities
Translation array for LogEntry priorities to SysLog priority names.
since |
1.7.0 |
---|
Type(s)
array<string|int, mixed>