sharkdp / dbg-macro

A dbg(…) macro for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multithread support

carlyangdong opened this issue · comments

Can dbg return a string instead of output in cerr?
So I am able to use it in the thread-safe log library。

That is not supported at the moment. I think this is related to #105. If we implement #105, you could print to a std::stringstream.