static public void SendWarning(string format, params object[] args) { if (OnLog == null) { return; } s_logSystem.SendWarning(format, args); }