public static void WriteSysLog(common.SysSeverityLevel level, string code, string text) { common.SysLog.WriteLog(DateTime.Now.ToString() + common.Consts.constTab + level.ToString() + common.Consts.constTab + code + common.Consts.constTab + text, Settings.sysFileUserLog); }