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