mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
split spdlog.cpp to multiple .cpp files
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user