Commit graph

16 commits

Author SHA1 Message Date
68f7b70f26 Add doxyfile documentation 2020-10-18 16:52:16 +02:00
d171c55284 fix: depth mark, feat: more levels, feat: level_of
- fix: the depth mark was not configurable,
- rename the "quiet" level as "critical",
- add the "note" log level,
- adds `level_of` to ease user input of log levels,
- explaing log levels semantics in the readme.
2020-10-18 15:42:24 +02:00
a93411c4f6 feat: add ANSI color/style formatting 0.4.0 v0.4.0
- at some log levels by defaults,
- can be used within format
2020-10-17 22:24:21 +02:00
3a4bdc0d57 fix: portability patch for OS other than Linux 0.3.0
- Test for sys headers and disable depth/name if not found
- Update the doc and bump to 0.3.
2020-09-19 18:20:07 +02:00
008aa7cf31 bump to version 0.2.0 0.2.0 2020-09-15 23:13:48 +02:00
243b22e4c1 feat: optimize out in Release builds
- fix: fastest scope matching,
- feat: try to allow the compiler to optimize out as many conditional statements as possible,
        which allow to use clutchlog for progress-only messages in Release mode.
- feat: build_all.sh test script,
- fix: typo in macro declarations in builds without clutchlog,
- update the README accordingly.
2020-09-15 23:12:19 +02:00
a8755a3444 fix typo 0.1.0 2020-09-04 10:54:34 +02:00
75f18ea8a8 better readme 2020-09-04 10:51:58 +02:00
93402d0c4b feat: full featured dump 2020-09-04 10:32:06 +02:00
7ef6459c35 clean-up refactoring and more detailed doc 2020-08-31 00:29:12 +02:00
4de679228e add a way to override default format at build 2020-08-30 23:33:35 +02:00
819a2ebf15 refactor msg formatting, add CLUTCHDUMP
- remove show_* methods.
2020-08-30 23:30:00 +02:00
b3a04a88a7 add level prefix letter, refactor test 2020-08-26 22:33:12 +02:00
7ae6c40d27 refactor and add configurable decorations 2020-08-26 22:03:52 +02:00
aea665ee51 add LGPLv3-or-later license 2020-08-23 11:17:54 +02:00
e30a6b3e85 first import 2020-08-23 11:11:15 +02:00