コード例 #1
0
ファイル: TagScopeManager.cs プロジェクト: tagolog/logging
 public static ITagScope CreateScope(IDictionary <string, string> tags)
 {
     LoadLogAdapter();
     return(ThreadContext.CreateScope(tags));
 }
コード例 #2
0
ファイル: TagScopeManager.cs プロジェクト: tagolog/logging
 public static ITagScope CreateScope()
 {
     LoadLogAdapter();
     return(ThreadContext.CreateScope());
 }