Gabi Melman
Gabi Melman
@bachittle Thanks for the effort anyway. The new mdc impl was chosen because it is super simple and doesnt require any breaking changes.
@robertmaynard Thanks for reporting. PR to fix this would be most welcome.
@robertmaynard Any chance you send PR for this before next release (few days)?
Re-added qt_color_sink after fixing threading issues.
Do you mean after “make install” ?
fwiw we are thinking about ways to improve this in v2.x branch. Perhaps by adding a function to set/get the registry instance, so that dlls can be provided a registry...
I agree. Seems undesirable.Maybe the fix would be just set the `default_logger_` without touching the loggers_ at all. I can’t recall though why it was implemented like this.
All log to the same file?
Thanks. Why only in PIC ? I think it can be used without pic as well.
We need to be careful since the bundled fmt use [default](https://github.com/fmtlib/fmt/blob/130cf54cbc77abf0c8200a1206638cb70c9e26f1/include/fmt/core.h#L201) visibilty. Not sure what would happen. i.e. If users of spdlog will be able to use the bundled fmt...