コード例 #1
0
ファイル: class-cc-log.php プロジェクト: aroldoa/shopmodamia
 public static function init()
 {
     if (!isset(self::$log_file)) {
         self::$log_file = CC_PATH . 'log.txt';
     }
 }