From 71af681e78d008363a9c2d8ce5723340d22af84d Mon Sep 17 00:00:00 2001 From: nojhan Date: Thu, 2 Feb 2023 14:37:30 +0100 Subject: [PATCH] refactor(doc): README/styling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bffe1..3bf523f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ for instance debug messages in "Release" builds. Additional features: - **Templated log format**, to easily design your own format. -- **Colored log**. By default only important ones are colored (critical and error in red, warning in magenta). +- **Powerful Styling**. Clutchlog comes with many options to color its output, for example by using colors with a semantic meaning, so that visually parse the logs is easy. - **Macro to dump the content of a container in a file** with automatic naming (yes, it is useful for fast debugging). - **Generic clutching wrapper**, to wrap any function call. Useful to (de)clutch *asserts* for example.