/**
  * Set the exception logger
  * 
  * @param Zend_Log $log
  */
 public static function setLog(Zend_Log $log = null)
 {
     self::$_log = $log;
 }