SyslogLogger
class SyslogLogger extends Logger
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.
Methods
__construct(
array $options)
Constructor.
__destruct()
Destructor.