MCPcopy 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
42void LoggerControl::setEnabled(bool status) {
43 is_enabled_ = status;
44}
45
46
47BaseLogger::~BaseLogger() = default;

Callers 2

disableLoggingMethod · 0.80
enableLoggingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected