예제 #1
0
 public static function init()
 {
     if (!isset(self::$log_file)) {
         self::$log_file = CC_PATH . 'log.txt';
     }
 }