Exemple #1
0
 public static void Warn(this ITcLog logger, string message, params object[] args)
 {
     logger.WarnFormat(message, args);
 }