SS_SysLogWriter
class SS_SysLogWriter extends Zend_Log_Writer_Abstract (View source)
Sends an error message to the system log whenever an error occurs.
Methods
Details
__construct(string $ident = null, $options = null, $facility = LOG_LOCAL0)
No description
__destruct()
Close the log when this object is destroyed.
static SS_SysLogWriter
factory($config)
No description
_write(array $event)
Write to the system log with the event details.