emilk / loguru

A lightweight C++ logging library
The Unlicense
1.79k stars 260 forks source link

Adjusting the code with safe calls to handle MSVC #119

Closed raphaelts3 closed 5 years ago

raphaelts3 commented 5 years ago

Hey @emilk I'm using the lib on my projects and since it's hacktoberfest time I'm submitting this to fix the https://github.com/emilk/loguru/issues/114

Hope it helps, thanks for your work on the loguru!