Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ EnableCategory
Method
EnableCategory
src/logging.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void BCLog::Logger::EnableCategory(BCLog::LogFlags flag)
94
{
95
m_categories |= flag;
96
}
97
98
bool BCLog::Logger::EnableCategory(const std::string& str)
99
{
Callers
3
SetLoggingCategories
Function · 0.80
BOOST_FIXTURE_TEST_CASE
Function · 0.80
EnableOrDisableLogCategories
Function · 0.80
Calls
1
GetLogCategory
Function · 0.85
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.64