mirror of https://github.com/gabime/spdlog.git
For Windows, make sure the file handle created by os::fopen_s() is never inherited by child processes launched using CreateProcess().
Otherwise, file rotation will fail since the old log file is still opened by the child process and we cannot rename it.pull/911/head
parent
e601ebe19b
commit
0bfe5e62ff
Loading…
Reference in New Issue