コード例 #1
0
 public static void InfoFormat(string format, object arg0, object arg1, object arg2)
 {
     CoreLog.InfoFormat(format, arg0, arg1, arg2);
 }
コード例 #2
0
 public static void InfoFormat(string format, params object[] args)
 {
     CoreLog.InfoFormat(format, args);
 }
コード例 #3
0
 public static void InfoFormat(string format, object arg)
 {
     CoreLog.InfoFormat(format, arg);
 }