#ifndef _LIB_LOG_H_ #define _LIB_LOG_H_ #include #include #include #include using namespace std; void spdlog_initz(string level); #endif