culturered_client/Common/SpdLog.h

6 lines
143 B
C
Raw Normal View History

2024-09-07 03:34:44 +00:00
#pragma once
#include <string>
void InitSpdlog(const std::string &logger_name, const std::string &filename, int flush);
void UninitSpdlog();