Exemple #1
0
 public static void LogValues(this IConfiguration config, Action <string, string> logFunction)
 {
     ConfigLogger.LogValues(config, logFunction);
 }
Exemple #2
0
 public static void LogValues(this IConfiguration config)
 {
     ConfigLogger.LogValues(config);
 }