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