예제 #1
0
파일: Log.cs 프로젝트: WOWZON3/TeraEMU
 public static void ErrorException(string message, Exception ex)
 {
     Logger.ErrorException(message, ex);
 }