Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ EnableCategory
Method
EnableCategory
src/logging.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
103
{
104
m_categories |= flag;
105
}
106
107
bool BCLog::Logger::EnableCategory(const std::string& str)
108
{
Callers
1
InitLogging
Function · 0.80
Calls
1
GetLogCategory
Function · 0.85
Tested by
no test coverage detected