From 2d6afeebe1b14a7e7cc053ca21019ccc1e29b63b Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 5 Jul 2019 12:30:36 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ba06160a..d2460cb5 100644 --- a/README.md +++ b/README.md @@ -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