nikitavoloboev / log_macro

Macro to print variable(s) with values nicely (stripped from release builds)

Home Page:https://docs.rs/log_macro/latest/log_macro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbg!

mo8it opened this issue · comments

commented

You link to dbg! in your README so I guess you know about it. For me, it basically does all what this macro does and even plans to do. Am I missing something?

Plus, commit messages are there for a reason. It is not helpful when all messages are .

commented

My issue with dbg! was that it had a lot of extra info that I did not need. When I debug I just needed the variable name + the value behind it.

This macro recently added color to variables too so its quick to see them amongst many logs.

image

commit messages are there for a reason

yea will fix that, just have lots of things to do right now