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