diff options
-rw-r--r-- | logging.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/logging.h b/logging.h new file mode 100644 index 0000000..0e309ee --- /dev/null +++ b/logging.h @@ -0,0 +1,7 @@ +#ifndef LOGGING_H_ +#define LOGGING_H_ + +#include "spdlog/spdlog.h" +#include "spdlog/sinks/basic_file_sink.h" + +#endif |