Exemplo n.º 1
0
 /**
  * Get logger
  * @return AM_Log
  */
 public function getLogger()
 {
     if (is_null($this->_oLogger)) {
         $this->_oLogger = Zend_Registry::get('log');
     }
     $this->_oLogger->setEventItem('file', get_class($this));
     return $this->_oLogger;
 }