Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void LogBuilder::log_string(LOG_LEVEL level) {
72
ptr->log_string(level, str.str());
73
}
74
75
76
bool Logger::should_log(const LOG_LEVEL &level) {
Callers
2
logFunc
Function · 0.80
onTrigger
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected