Update README.md

This commit is contained in:
Gabi Melman 2018-09-25 01:26:17 +03:00 committed by GitHub
parent 8649fb5118
commit b922ae0fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
* 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 to hex conversion and logging.
* Binary logging in hex.
## Benchmarks