示例#1
0
文件: logTest.php 项目: photon/photon
 public function tearDown()
 {
     Conf::load($this->conf);
     Log::$stack = array();
     Log::$store = array();
     Log::$level = $this->level;
 }