loguru
loguru copied to clipboard
Use _fsopen vs fopen_s to allow sharing for log aggregators/rotators to access
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.
Will this still work on all Windows compilers, or do we need some compiler switch as well?