SergiusTheBest / plog

Portable, simple and extensible C++ logging library
MIT License
2.21k stars 391 forks source link

Debug version using printf style alway cause Debug Assertion Failed! #261

Closed blazewater-gmail closed 1 year ago

blazewater-gmail commented 1 year ago

os: windows 10 build env: visual studio 2019 build debug demo or other sample, add PLOGD.printf("%d, %s\n", __LINE__, __FUNCTION__) cause debug assertion.

see attached picture. 1

SergiusTheBest commented 1 year ago

Thanks for your report! I successfully reproduced the issue and will investigate it further.

SergiusTheBest commented 1 year ago

The fix is pushed to master. Also appropriate tests were added.