MCPcopy Create free account
hub / github.com/ElementsProject/elements / EnableCategory

Method EnableCategory

src/logging.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
94{
95 m_categories |= flag;
96}
97
98bool BCLog::Logger::EnableCategory(const std::string& str)
99{

Callers 3

SetLoggingCategoriesFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80

Calls 1

GetLogCategoryFunction · 0.85

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64