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

Method EnableCategory

src/logging.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
56{
57 m_categories |= flag;
58}
59
60bool BCLog::Logger::EnableCategory(const std::string& str)
61{

Callers 2

Calls 1

GetLogCategoryFunction · 0.85

Tested by

no test coverage detected