예제 #1
0
파일: App.php 프로젝트: miaokuan/wee
 protected function initlog()
 {
     $logfile = VAR_DIR . '/log/' . $this->sign . '_' . $this->mypid . '.log.' . date('Ymd');
     Log::logfile($logfile);
     Log::level(Log::INFO);
 }