Sends log messages to an email address once the system shuts down through either failure or natural end of execution. This writer will cache the message until it reaches a certain size, rather than sending an individual email for every message logged.
protected _put($inMessage, $inSource)
Writer specific options for putting log information
public sendEmail()
Send message to set email addresses
public getErrorMessage()
Returns $_ErrorMessage
public setErrorMessage($inErrorMessage)
Sets $_ErrorMessage to $inErrorMessage
public getRecipients()
Returns $_Recipients
public setRecipients($inRecipients)
Sets $_Recipients to $inRecipients
Tags: system, systemlogwriter, systemlogwriteremail,
system Articles