SS_LogFileWriter
class SS_LogFileWriter extends Zend_Log_Writer_Abstract
Writes an error message to a file.
Note: You need to make sure your web server is able to write to the file path that you specify to write logs to.
Methods
__construct($path, $messageType = 3, $extraHeaders = '')
No description
static
factory($path, $messageType = 3, $extraHeaders = '')
No description
_write($event)
Write the log message to the file path set in this writer.
Details
at line 41
__construct($path, $messageType = 3, $extraHeaders = '')
at line 47
static
factory($path, $messageType = 3, $extraHeaders = '')
at line 55
_write($event)
Write the log message to the file path set in this writer.