Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ DisableCategory
Method
DisableCategory
src/logging.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
143
{
144
m_categories &= ~flag;
145
}
146
147
bool BCLog::Logger::DisableCategory(std::string_view str)
148
{
Callers
6
SetLoggingCategories
Function · 0.80
LogSetup
Method · 0.80
~LogSetup
Method · 0.80
EnableOrDisableLogCategories
Function · 0.80
Logging
Function · 0.80
btck_logging_disable_category
Function · 0.80
Calls
no outgoing calls
Tested by
2
LogSetup
Method · 0.64
~LogSetup
Method · 0.64