Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ DisableCategory
Method
DisableCategory
src/logging.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
107
{
108
m_categories &= ~flag;
109
}
110
111
bool BCLog::Logger::DisableCategory(const std::string& str)
112
{
Callers
4
InitHTTPServer
Function · 0.80
SetLoggingCategories
Function · 0.80
EnableOrDisableLogCategories
Function · 0.80
logging
Function · 0.80
Calls
1
GetLogCategory
Function · 0.85
Tested by
no test coverage detected