From 912491d30792d1775fb4d1b0f606759cfeef4396 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 30 Nov 2024 10:44:41 +0200 Subject: [PATCH] Updated README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 15f8d770..257908ca 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v2.x/example/ * Easily [extendable](https://github.com/gabime/spdlog/wiki/4.-Sinks#implementing-your-own-sink) with custom log targets. * Log filtering - log levels can be modified at runtime as well as compile time. * Support for loading log levels from argv or environment var. -* [Backtrace](#backtrace-support) support - store debug messages in a ring buffer and display them later on demand. ## Usage samples