Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
array $_filters = 'array'
Zend_Log_Formatter_Interface $_formatter = ''
Formats the log message before writing.
_parseConfig(
array|Zend_Config $config
)
:
array
Validate and optionally convert the config to array
_write(
array $event
)
:
void
Write a message to the log.
addFilter(
Zend_Log_Filter_Interface $filter
)
:
void
Add a filter specific to this writer.
setFormatter(
Zend_Log_Formatter_Interface $formatter
)
:
void
Set a new formatter for this writer
shutdown(
)
:
void
Perform shutdown activites such as closing open resources
write(
array $event
)
:
void
Log a message to this writer.