emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

fix inconsistency with LOGURU_USE_FMTLIB #145

Open notjuliee opened 4 years ago

notjuliee commented 4 years ago

Scoped logs were still using printf syntax with USE_FMTLIB, this patch changes those to also use fmtlib when appropriate.