emilk / loguru

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

Use _fsopen vs fopen_s to allow sharing for log aggregators/rotators to access #153

Open xSprout opened 4 years ago

xSprout commented 4 years ago

Added quick change to add_file(...) to windows specific code to allow sharing of the log file so that other programs can read from it.

emilk commented 4 years ago

Will this still work on all Windows compilers, or do we need some compiler switch as well?