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

Method DisableCategory

src/logging.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
116{
117 m_categories &= ~flag;
118}
119
120bool BCLog::Logger::DisableCategory(const std::string& str)
121{

Callers

nothing calls this directly

Calls 1

GetLogCategoryFunction · 0.85

Tested by

no test coverage detected