MCPcopy 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
38bool LoggerControl::is_enabled() const {
39 return is_enabled_;
40}
41
42void LoggerControl::setEnabled(bool status) {
43 is_enabled_ = status;

Callers 2

should_logMethod · 0.80
logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected