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