Update README.md

This commit is contained in:
Gabi Melman 2019-07-05 12:30:36 +03:00 committed by GitHub
parent 49bc58da04
commit 2d6afeebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ Very fast, header-only/compiled, C++ logging library. [![Build Status](https://t
* Windows debugger (```OutputDebugString(..)```)
* 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.
* Binary data logging.
## Usage samples