示例#1
0
文件: Log.cs 项目: xushouqi/XMoat
 public static void Info(string message, params object[] objs)
 {
     globalLog.LogFormat(message, objs);
 }