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