Exemplo n.º 1
0
 public static void Fatal(this ITcLog logger, string message, params object[] args)
 {
     logger.FatalFormat(message, args);
 }