static LogConfig() { LogConfig.Logger = (ICSLog) new CSLogger(false); LogConfig.Output = (ICSLog) new CSLogger(true); }
/// <summary> 静态构造函数 </summary> static GlobalLog() { Logger = new CSLogger(false); Output = new CSLogger(true); }
/// <summary> /// 默认构造函数 /// </summary> public LoggerWarp() { logger = GlobalLog.Logger; }