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

Method DisableCategory

src/logging.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void BCLog::Logger::DisableCategory(BCLog::LogFlags flag)
107{
108 m_categories &= ~flag;
109}
110
111bool BCLog::Logger::DisableCategory(const std::string& str)
112{

Callers 4

InitHTTPServerFunction · 0.80
SetLoggingCategoriesFunction · 0.80
loggingFunction · 0.80

Calls 1

GetLogCategoryFunction · 0.85

Tested by

no test coverage detected