Beispiel #1
0
 /**
  * Set the logging mechanism
  *
  * @param  Zend_Log $logger
  * @return void
  */
 public static function setLogger(Zend_Log $logger)
 {
     self::$logger = $logger;
 }