From a53b87a7b0f1f1dafbaff383d89558dc8b5c0ade Mon Sep 17 00:00:00 2001 From: rrani8078 <70994475+rrani8078@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:31:20 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d849eb2..dfb99088 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ spdlog::dump_backtrace(); // log them now! show the last 32 messages ``` --- -#### Periodic flush +#### Periodic flush in c++ ```c++ // periodically flush all *registered* loggers every 3 seconds: // warning: only use if all your loggers are thread safe ("_mt" loggers) @@ -179,7 +179,7 @@ void stopwatch_example() ``` --- -#### Log binary data in hex +#### Log binary data in hex in c++ ```c++ // many types of std::container types can be used. // ranges are supported too.