예제 #1
0
 public static ILoggingBuilder AddKissLog(this ILoggingBuilder builder)
 {
     return(builder.AddKissLog(null));
 }