From a2de7cf0707fc305e082ff82b361f389abcbfe3e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 27 Aug 2019 02:23:22 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af41614f..359a25c2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Very fast, header-only/compiled, C++ logging library. [![Build Status](https://t * Very fast (see [benchmarks](#benchmarks) below). * Headers only, just copy and use. Or use as a compiled library. * Feature rich formatting, using the excellent [fmt](https://github.com/fmtlib/fmt) library. +* Backtrace support - save latest debugging messages for later inspection. * Fast asynchronous mode (optional) * [Custom](https://github.com/gabime/spdlog/wiki/3.-Custom-formatting) formatting. * Multi/Single threaded loggers.