Merge branch 'master' of https://github.com/gabime/spdlog
This commit is contained in:
		@@ -22,9 +22,13 @@ Just copy the files to your build tree and use a C++11 compiler
 | 
				
			|||||||
* Rotating log files
 | 
					* Rotating log files
 | 
				
			||||||
* Daily log files
 | 
					* Daily log files
 | 
				
			||||||
* Console logging
 | 
					* Console logging
 | 
				
			||||||
 | 
					* Linux syslog 
 | 
				
			||||||
* Optional async logging 
 | 
					* Optional async logging 
 | 
				
			||||||
* Logging levels
 | 
					* Custom formatting 
 | 
				
			||||||
* Custom formatting with user defined patterns
 | 
					* Runtime logging levels
 | 
				
			||||||
 | 
					* Extend with custom log targets easily (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Benchmarks
 | 
					## Benchmarks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user