Update file_helper.h

pull/412/head
Gabi Melman 9 years ago committed by GitHub
parent 129781fd17
commit 15af514951

@ -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>

Loading…
Cancel
Save