MCPcopy 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
86void enable_logging() {
87 logging::LoggerConfiguration::getConfiguration().enableLogging();
88}
89
90void set_terminate_callback(void (*terminate_callback)()) {
91 std::set_terminate(terminate_callback);

Callers 1

CAPITests.cppFile · 0.85

Calls 1

enableLoggingMethod · 0.80

Tested by

no test coverage detected