Exemple #1
0
 public static ITagScope CreateScope(IDictionary <string, string> tags)
 {
     LoadLogAdapter();
     return(ThreadContext.CreateScope(tags));
 }
Exemple #2
0
 public static ITagScope CreateScope()
 {
     LoadLogAdapter();
     return(ThreadContext.CreateScope());
 }