#include import std; int main() { spdlog::set_level(spdlog::level::info); spdlog::info("spdlog ok"); return 0; }