Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ DisableCategory
Method
DisableCategory
src/logging.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
116
{
117
m_categories &= ~flag;
118
}
119
120
bool BCLog::Logger::DisableCategory(const std::string& str)
121
{
Callers
nothing calls this directly
Calls
1
GetLogCategory
Function · 0.85
Tested by
no test coverage detected