Commit graph

4 commits

Author SHA1 Message Date
76e4782cb0 feat(levels): easier threshold setting.
- Adds `threshold(string)` for easier level setting.
- Adds `levels()` to make it easy to test if a user-defined string is good.
- Move the log levels section up in the readme.
2022-08-29 10:24:17 +02:00
3a4bdc0d57 fix: portability patch for OS other than Linux
- 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
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
819a2ebf15 refactor msg formatting, add CLUTCHDUMP
- remove show_* methods.
2020-08-30 23:30:00 +02:00
Renamed from tests/t-core.cpp (Browse further)