예제 #1
0
 static public void HandleException(Exception e)
 {
     if (OnLog == null)
     {
         return;
     }
     s_logSystem.HandleException(e);
 }