예제 #1
0
파일: Log.php 프로젝트: gatorv/gecko_fw1
 /**
  * Sets the default log Writer
  *
  * @param Zend_Log_Writer_Abstract The writer for the log
  * @access public static
  * @return void
  **/
 public static function setLogWriter(Zend_Log_Writer_Abstract $writer)
 {
     self::$logWriter = $writer;
 }