示例#1
0
文件: Log.php 项目: Juliens/logger
 public static function init($pConfig)
 {
     self::$_dirty = true;
     self::$_config = $pConfig;
 }