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