static public void HandleException(Exception e) { if (OnLog == null) { return; } s_logSystem.HandleException(e); }