nojhan / clutchlog

C++ "spatial" logging system which targets versatile, (de)clutchable, _debugging_, in a single header.

Home Page:https://nojhan.github.io/clutchlog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to increase depth at call

nojhan opened this issue · comments

Find a way to allow the user to add a depth delta in the main macro.
Would allow to manually adjust indentation within the same function.
Something like: CLUTCHLOG(debug, "this" << that, 2); to add two indentation levels with depth_mark.