diff --git a/CMakeLists.txt b/CMakeLists.txt index 407a830..958d73e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR) project("clutchlog" - VERSION 0.6.0 + VERSION 0.8 DESCRIPTION "A logging system which targets versatile debugging") enable_language(CXX) # C++ diff --git a/README.md b/README.md index 7ea244d..64f8fdf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Clutchlog — versatile (de)clutchable logging ***Clutchlog is a logging system that targets versatile debugging.*** ***It allows to (de)clutch messages for a given: log level, source code location or call stack depth.*** + [TOC] Features diff --git a/docs/annotated.html b/docs/annotated.html index ef3571d..f498a19 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -22,7 +22,7 @@
Clutchlog is a logging system that targets versatile debugging. It allows to (de)clutch messages for a given: log level, source code location or call stack depth.
+Clutchlog allows to select which log messages will be displayed, based on their locations:
diff --git a/docs/modules.html b/docs/modules.html index 17f0f58..04f09f1 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -22,7 +22,7 @@