- db
A
Zend_Db_Adapterinstance.- table
The name of the table in the RDBMS that will contain log entries.
- columnMap
An associative array mapping database table column names to log event fields.
Table 115. Zend_Log_Writer_Mail Options
| Option | Data Type | Default Value | Description |
|---|---|---|---|
| String | Zend_Mail |
An Zend_Mail instance
|
|
| charset | String | iso-8859-1 | Charset of the mail |
| from | String or Array | NULL |
Sender of the mail
The parameters for Array type are :
|
| to | String or Array | NULL |
Recipient(s) of the mail |
| cc | String or Array | NULL |
Carbon copy recipient(s) of the mail |
| bcc | String or Array | NULL |
Blind carbon copy recipient(s) of the mail |
| subject | String | NULL |
Subject of the mail |
| subjectPrependText | String | NULL |
A summary of number of errors per priority is appended to the subject of the mail |
| layout | String | NULL |
An Zend_Layout instance
|
| layoutOptions | Array | NULL |
See the section the section called “Zend_Layout Configuration Options” |
| layoutFormatter | String | NULL |
An Zend_Log_Formatter_Interface instance
|
- stream|url
A valid PHP stream identifier to which to log.
- mode
The I/O mode with which to log; defaults to "a", for "append".
- application
Application name used by the syslog writer.
- facility
Facility used by the syslog writer.




