Exemple #1
0
 public static void Warning(string message, params object[] objs)
 {
     globalLog.LogWarningFormat(message, objs);
 }