10 #include "spdlog/sinks/basic_file_sink.h"
11 #include "spdlog/spdlog.h"
12 #include "yaml-cpp/yaml.h"
App container of the fastpl project.
Definition: app.h:23
static void showUsage(std::string name)
void extractConfig(YAML::Node &yml_conf)
void initializeLogger(YAML::Node &yml_conf)
int parseArgs(int argc, char *argv[])
Config datastructure of the app.
High level configuration of the app.
Definition: config.h:20