wip
This commit is contained in:
		
							parent
							
								
									17f9cdd401
								
							
						
					
					
						commit
						e9f34fbd26
					
				@ -15,8 +15,4 @@ int main(int, char *[])
 | 
				
			|||||||
{    
 | 
					{    
 | 
				
			||||||
    auto *l = get_logger();
 | 
					    auto *l = get_logger();
 | 
				
			||||||
    l->info("HE LO ", "GA");    		   
 | 
					    l->info("HE LO ", "GA");    		   
 | 
				
			||||||
	l->error("Some {} {} {}", "er or");
 | 
					 | 
				
			||||||
    l->error("Some {} {} {}", "er or");
 | 
					 | 
				
			||||||
   
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -6,7 +6,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#ifndef SPDLOG_HEADER_ONLY
 | 
					#ifndef SPDLOG_HEADER_ONLY
 | 
				
			||||||
#include "spdlog/details/os.h"
 | 
					#include "spdlog/details/os.h"
 | 
				
			||||||
#include "spdlog/common.h"
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <algorithm>
 | 
					#include <algorithm>
 | 
				
			||||||
@ -15,11 +14,10 @@
 | 
				
			|||||||
#include <cstdlib>
 | 
					#include <cstdlib>
 | 
				
			||||||
#include <cstring>
 | 
					#include <cstring>
 | 
				
			||||||
#include <ctime>
 | 
					#include <ctime>
 | 
				
			||||||
#include <functional>
 | 
					 | 
				
			||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
 | 
					#include <thread>
 | 
				
			||||||
#include <sys/stat.h>
 | 
					#include <sys/stat.h>
 | 
				
			||||||
#include <sys/types.h>
 | 
					#include <sys/types.h>
 | 
				
			||||||
#include <thread>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef _WIN32
 | 
					#ifdef _WIN32
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user