MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / getCurrentLogFile

Method getCurrentLogFile

src/commandlineutility.cpp:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402Logger::LogLevel CommandLineUtility::getCurrentLogLevel() { return currentLogLevel; }
403
404QString CommandLineUtility::getCurrentLogFile() { return currentLogFile; }
405
406QList<ControllerOptionsInfo> const &CommandLineUtility::getControllerOptionsList() { return controllerOptionsList; }
407

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected