Zend_Application_Resource_LogZend_Application_Resource_Log to instantiate a
Zend_Log instance with an arbitrary number of log writers.
Configuration will be passed to the Zend_Log::factory() method,
allowing you to specify combinations of log writers and filters. The log instance may then
be retrieved from the bootstrap later in order to log events.
Sample Log Resource Configuration
Below is a sample INI snippet showing how to
configure the log resource.
For more information on available options, please review the Zend_Log::factory() documentation.