Skip to content

Commit

Permalink
[XrdCl] Add PlugInMgr logging topic
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Jan 29, 2014
1 parent c050f30 commit 0390863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClConstants.hh
Expand Up @@ -37,6 +37,7 @@ namespace XrdCl
const uint64_t FileSystemMsg = 0x0000000000000100ULL;
const uint64_t AsyncSockMsg = 0x0000000000000200ULL;
const uint64_t JobMgrMsg = 0x0000000000000400ULL;
const uint64_t PlugInMgrMsg = 0x0000000000000800ULL;

//----------------------------------------------------------------------------
// Environment settings
Expand Down
2 changes: 2 additions & 0 deletions src/XrdCl/XrdClDefaultEnv.cc
Expand Up @@ -61,6 +61,7 @@ namespace
masks["FileSystemMsg"] = XrdCl::FileSystemMsg;
masks["AsyncSockMsg"] = XrdCl::AsyncSockMsg;
masks["JobMgrMsg"] = XrdCl::JobMgrMsg;
masks["PlugInMgrMsg"] = XrdCl::PlugInMgrMsg;
}

//--------------------------------------------------------------------------
Expand Down Expand Up @@ -571,6 +572,7 @@ namespace XrdCl
log->SetTopicName( FileSystemMsg, "FileSystem" );
log->SetTopicName( AsyncSockMsg, "AsyncSock" );
log->SetTopicName( JobMgrMsg, "JobMgr" );
log->SetTopicName( PlugInMgrMsg, "PlugInMgr" );
}
}

Expand Down

0 comments on commit 0390863

Please sign in to comment.