#include #include "hack/exception/exception.hpp" auto main(int argc, char *argv[]) -> int { hack::exception ex; ex.service("test service"); ex.log(); }