6 lines
143 B
C
6 lines
143 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
void InitSpdlog(const std::string &logger_name, const std::string &filename, int flush);
|
||
|
void UninitSpdlog();
|