SS_LogEmailWriter
class SS_LogEmailWriter extends Zend_Log_Writer_Abstract
Sends an error message to an email.
Config options
| send_from |
Methods
__construct($emailAddress, $customSmtpServer = false)
No description
static
factory($emailAddress, $customSmtpServer = false)
No description
static
static
_write($event)
Send an email to the email address set in this writer.
Details
at line 24
__construct($emailAddress, $customSmtpServer = false)
at line 29
static
factory($emailAddress, $customSmtpServer = false)
at line 36
static
set_send_from($address)
deprecated
deprecated
at line 44
static
get_send_from()
deprecated
deprecated
at line 53
_write($event)
Send an email to the email address set in this writer.