Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ enable_logging
Function
enable_logging
nanofi/src/api/nanofi.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void enable_logging() {
87
logging::LoggerConfiguration::getConfiguration().enableLogging();
88
}
89
90
void set_terminate_callback(void (*terminate_callback)()) {
91
std::set_terminate(terminate_callback);
Callers
1
CAPITests.cpp
File · 0.85
Calls
1
enableLogging
Method · 0.80
Tested by
no test coverage detected