From 2ec188041f9cdff9cb098bb9893f2685d609d6c4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 6 Jan 2017 12:39:12 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 182a6b07..bca645c2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/inclu * Daily log files. * Console logging (colors supported). * syslog. + * 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.