Beispiel #1
0
 public static void LogTexts(string Type, string content)
 {
     LogHelper.WriteLog(string.Format("【" + Type + "】" + "{0}" + "【{1}】" + "\r\n", content, DateTime.Now.ToString("HH:mm:ss.fff")));
 }