#include #include #include int main(){ /// read system config /// if valid send info using namespace rublon; details::initLog("CheckApplication"); auto config = ConfigurationFactory{}.systemConfig(); if(not config){ std::cout << "No valid rublon configuration available, check " << details::logPath() << " for more details"; return -1; } else{ // run some tests on } CoreHandler CH{*config}; }