From f8c76010fb60da10eba22dbe9f7470181d0d61f0 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 7 Sep 2022 22:50:19 +0200 Subject: [PATCH] fix forgot hfill_style in example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83b9030..c3b69e9 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ Here what you would do to setup clutchlog with the default configuration: log.strip_calls(5); log.hfill_char('.'); log.hfill_max(300); + log.hfill_style(clutchlog::fmt::fg::none); ``` And here are all the functions you may call to log something: