예제 #1
0
파일: Log.php 프로젝트: Juliens/logger
 public static function init($pConfig)
 {
     self::$_dirty = true;
     self::$_config = $pConfig;
 }