示例#1
0
文件: Log.cs 项目: WOWZON3/TeraEMU
 public static void FatalException(string message, Exception ex)
 {
     Logger.FatalException(message, ex);
 }