Update README.md
This commit is contained in:
		@@ -49,7 +49,7 @@ $ cmake .. && make -j
 | 
				
			|||||||
    * syslog.
 | 
					    * syslog.
 | 
				
			||||||
    * Windows event log.
 | 
					    * Windows event log.
 | 
				
			||||||
    * Windows debugger (```OutputDebugString(..)```).
 | 
					    * 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 the simple [sink](include/spdlog/sinks/sink.h) interface).
 | 
				
			||||||
* Log filtering - log levels can be modified in runtime as well as in compile time.
 | 
					* Log filtering - log levels can be modified in runtime as well as in compile time.
 | 
				
			||||||
* Support for loading log levels from argv or from environment var.
 | 
					* Support for loading log levels from argv or from environment var.
 | 
				
			||||||
* [Backtrace](#backtrace-support) support - store debug messages in a ring buffer and display later on demand.
 | 
					* [Backtrace](#backtrace-support) support - store debug messages in a ring buffer and display later on demand.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user