Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ DisableCategory
Method
DisableCategory
src/logging.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
69
{
70
m_categories &= ~flag;
71
}
72
73
bool BCLog::Logger::DisableCategory(const std::string& str)
74
{
Callers
4
InitHTTPServer
Function · 0.80
AppInitParameterInteraction
Function · 0.80
EnableOrDisableLogCategories
Function · 0.80
logging
Function · 0.80
Calls
1
GetLogCategory
Function · 0.85
Tested by
no test coverage detected