MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / log_string

Method log_string

libminifi/src/core/logging/Logger.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void LogBuilder::log_string(LOG_LEVEL level) {
72 ptr->log_string(level, str.str());
73}
74
75
76bool Logger::should_log(const LOG_LEVEL &level) {

Callers 2

logFuncFunction · 0.80
onTriggerMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected