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