loggers.BaseLogger | +--loggers.CFMailDigestLogger
Method Summary | |
public any |
init([any firewallInstance])
|
public string |
encodeHTML([any str])
|
public array |
getConfigurables()
Returns configurable settings. |
public void |
processRequestComplete([any firewallInstance])
Called when a request finished processing |
public void |
setFromAddress(string email)
|
public void |
setInterval([numeric interval])
Set the interval at which the scheduled task runs |
public void |
setSMTPServer(string smtpServer, [string smtpUsername=""], [string smtpPassword=""])
Set the SMTP Server username, and password |
Methods inherited from loggers.BaseLogger |
logOnlyBlocked,
getStorageDescription,
hasLogReader,
setLogOnlyBlocked,
isViewable,
setEscapeMessage,
getDescription,
escapesMessage,
getName,
isPurgeable,
logRequest,
setVerbose,
isVerbose,
purgeLogs
|
Method Detail |
public string encodeHTML([any str])
[any str]
public array getConfigurables()
public any init([any firewallInstance])
[any firewallInstance]
public void processRequestComplete([any firewallInstance])
[any firewallInstance]
- The firewall instancepublic void setFromAddress(string email)
string email
public void setInterval([numeric interval])
[numeric interval]
- secondspublic void setSMTPServer(string smtpServer, [string smtpUsername=""], [string smtpPassword=""])
string smtpServer
- Host Name or IP Address of SMTP Server[string smtpUsername=""]
- User Name for SMTP Server[string smtpPassword=""]
- Password for SMTP Server