Initial commit from DCSP - 2026/1/15 15:11:58
This commit is contained in:
15
lib/liblog.h
Normal file
15
lib/liblog.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _LIB_LOG_H_
|
||||
#define _LIB_LOG_H_
|
||||
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <spdlog/sinks/stdout_color_sinks.h>
|
||||
#include <spdlog/sinks/rotating_file_sink.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
void spdlog_initz(string level);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user