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

Method EnableCategory

src/logging.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
103{
104 m_categories |= flag;
105}
106
107bool BCLog::Logger::EnableCategory(const std::string& str)
108{

Callers 1

InitLoggingFunction · 0.80

Calls 1

GetLogCategoryFunction · 0.85

Tested by

no test coverage detected