MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / EnableCategory

Method EnableCategory

src/logging.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
129{
130 m_categories |= flag;
131}
132
133bool BCLog::Logger::EnableCategory(std::string_view str)
134{

Callers 5

SetLoggingCategoriesFunction · 0.80
~LogSetupMethod · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 2

~LogSetupMethod · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64