Gabi Melman

Results 158 comments of Gabi Melman

@lion10243 Is this [pull](https://github.com/gabime/spdlog/pull/623) that achieves something similar ?

@lion10243 Could you provide an example of how such API might look like?

@bobhansen Nice work. From quick glance seems you've implemented 2 features: json formatting and context (which can be used with regular formatter as well?). I need to think about it...

> I just found out I work down the hall (virtually) from the author of the fmt library. I may hit him up for some suggestions on the field passing....

According to the so answer it is a bug in gcc?

The primary motivation was to fix #1725

Interesting.. could you provide a code sample to reproduce?

Thanks for posting in SO. I agree, seems like libstd++ bug. That's a tough one to fix in spdlog... :(

Seems that any user defined logged object must be thread safe anyway since fmt formatting is done without any locking around it (which is fine since fmt is thread safe...

Seems like good idea. How fast is `IsDebuggerPresent` ? If we going to call it for each log we must be sure.