#pragma once #include void InitSpdlog(const std::string &logger_name, const std::string &filename, int flush); void UninitSpdlog();