public static ITagScope CreateScope(IDictionary <string, string> tags) { LoadLogAdapter(); return(ThreadContext.CreateScope(tags)); }
public static ITagScope CreateScope() { LoadLogAdapter(); return(ThreadContext.CreateScope()); }