Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ EnableCategory
Method
EnableCategory
src/logging.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
56
{
57
m_categories |= flag;
58
}
59
60
bool BCLog::Logger::EnableCategory(const std::string& str)
61
{
Callers
2
AppInitParameterInteraction
Function · 0.80
EnableOrDisableLogCategories
Function · 0.80
Calls
1
GetLogCategory
Function · 0.85
Tested by
no test coverage detected