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

Method WillLogCategory

src/logging.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool BCLog::Logger::WillLogCategory(BCLog::LogFlags category) const
120{
121 return (m_categories.load(std::memory_order_relaxed) & category) != 0;
122}
123
124bool BCLog::Logger::DefaultShrinkDebugFile() const
125{

Callers 3

InitHTTPServerFunction · 0.80
LogAcceptCategoryFunction · 0.80
loggingFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected