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

Method DisableCategory

src/logging.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
69{
70 m_categories &= ~flag;
71}
72
73bool BCLog::Logger::DisableCategory(const std::string& str)
74{

Callers 4

InitHTTPServerFunction · 0.80
loggingFunction · 0.80

Calls 1

GetLogCategoryFunction · 0.85

Tested by

no test coverage detected