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

Method LogTestController

libminifi/test/TestBase.h:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 std::shared_ptr<logging::Logger> logger_;
185 protected:
186 LogTestController()
187 : LogTestController(nullptr) {
188 }
189
190 explicit LogTestController(const std::shared_ptr<logging::LoggerProperties> &loggerProps) {
191 my_properties_ = loggerProps;

Callers

nothing calls this directly

Calls 4

add_sinkMethod · 0.80
setMethod · 0.45
initializeMethod · 0.45
getLoggerMethod · 0.45

Tested by

no test coverage detected