Merge branch 'master' of https://github.com/gabime/spdlog
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Loggers registy of unique name->logger pointer
 | 
					// Loggers registy of unique name->logger pointer
 | 
				
			||||||
// An attempt to create a logger with an alreasy existing name will be ignored
 | 
					// An attempt to create a logger with an already existing name will be ignored
 | 
				
			||||||
// If user requests a non existing logger, nullptr will be returned
 | 
					// If user requests a non existing logger, nullptr will be returned
 | 
				
			||||||
// This class is thread safe
 | 
					// This class is thread safe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user