split spdlog.cpp to multiple .cpp files

This commit is contained in:
gabime
2019-09-05 14:37:25 +03:00
parent 4c45c6fbd8
commit dae4f9fef6
9 changed files with 156 additions and 340 deletions

View File

@@ -3,7 +3,6 @@
#pragma once
#include "spdlog/details/log_msg_buffer.h"
#include "spdlog/details/circular_q.h"
@@ -11,7 +10,6 @@
#include <mutex>
#include <functional>
// Store log messages in circular buffer.
// Useful for storing debug data in case of error/warning happens.