Omeka_Application_Resource_Logger

class Omeka_Application_Resource_Logger

Package: Application\Resource

If logging has been enabled in the config file, then set up Zend’s logging mechanism.

init()
Returns:Zend_Log
_addMailWriter(Zend_Log $log, string $toEmail, $filter)

Set up debugging emails.

Parameters:
  • $log (Zend_Log) –
  • $toEmail (string) – Email address of debug message recipient.
  • $filter (unknown) –