#ifndef TRANSM_UTIL #define TRANSM_UTIL #include #include #include std::shared_ptr get_logger(const std::string& mark, const std::string& log_file); #endif