Update file_helper.h

This commit is contained in:
Gabi Melman 2017-04-02 13:05:02 +03:00 committed by GitHub
parent 129781fd17
commit 15af514951

View File

@ -7,7 +7,6 @@
// Helper class for file sink // Helper class for file sink
// When failing to open a file, retry several times(5) with small delay between the tries(10 ms) // When failing to open a file, retry several times(5) with small delay between the tries(10 ms)
// Can be set to auto flush on every line
// Throw spdlog_ex exception on errors // Throw spdlog_ex exception on errors
#include <spdlog/details/os.h> #include <spdlog/details/os.h>