Update README.md
This commit is contained in:
		@@ -24,6 +24,7 @@ Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/inclu
 | 
				
			|||||||
    * Daily log files.
 | 
					    * Daily log files.
 | 
				
			||||||
    * Console logging (colors supported).
 | 
					    * Console logging (colors supported).
 | 
				
			||||||
    * syslog.
 | 
					    * syslog.
 | 
				
			||||||
 | 
					    * Windows debugger (```OutputDebugString(..)```)
 | 
				
			||||||
    * Easily extendable with custom log targets  (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
 | 
					    * Easily extendable with custom log targets  (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
 | 
				
			||||||
* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.
 | 
					* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user