// cotire example project main #include #include "example.h" #include "log.h" int main(int argc, char** argv) { std::string msg = example::get_message(); logging::info(msg); }