MCPcopy 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
142void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
143{
144 m_categories &= ~flag;
145}
146
147bool BCLog::Logger::DisableCategory(std::string_view str)
148{

Callers 6

SetLoggingCategoriesFunction · 0.80
LogSetupMethod · 0.80
~LogSetupMethod · 0.80
LoggingFunction · 0.80

Calls

no outgoing calls

Tested by 2

LogSetupMethod · 0.64
~LogSetupMethod · 0.64