Beispiel #1
0
 public static void Debug(this ITcLog logger, string message, params object[] args)
 {
     logger.DebugFormat(message, args);
 }