Beispiel #1
0
 public static void Error(string message, params object[] objs)
 {
     globalLog.LogErrorFormat(message, objs);
 }