Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ setEnabled
Method
setEnabled
libminifi/src/core/logging/Logger.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void LoggerControl::setEnabled(bool status) {
43
is_enabled_ = status;
44
}
45
46
47
BaseLogger::~BaseLogger() = default;
Callers
2
disableLogging
Method · 0.80
enableLogging
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected