Exemple #1
0
 public static void CollectionIf <TObj>(this ILogger log, LogLevel level,
                                        IEnumerable <TObj> colls, Predicate <IEnumerable <TObj> > pred, Func <TObj, string> msgFunc)
     where TObj : class
 {
     log.AddCollectionIf(level, pred, colls, msgFunc);
 }