コード例 #1
0
 public static void Fatal(string format, params object[] args)
 {
     Service.FatalFormatted(format, args);
 }