예제 #1
0
파일: Log.cs 프로젝트: xushouqi/XMoat
 public static void Info(string message, params object[] objs)
 {
     globalLog.LogFormat(message, objs);
 }