gabime/spdlog

What's the latest version qt sink supporting Qt 5.9.4?

Closed this issue · 3 comments

What's the latest version of spdlog whose qt sink supporting Qt 5.9.4?
I tried 1.15.3, but get compile error:
Error C2665 'QMetaObject::invokeMethod': no overloaded function could convert all the argument types

Image

Image
The reason is spdlog use the function introduced inQt 5.10

tt4g commented

You can create your own custom sink instead of qt_sink; https://github.com/gabime/spdlog/wiki/Sinks#implementing-your-own-sink

You can create your own custom sink instead of qt_sink; https://github.com/gabime/spdlog/wiki/Sinks#implementing-your-own-sink

OK, thanks.