Unverified Commit f6049cd3 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update file_helper.h

parent a25fd623
...@@ -5,10 +5,9 @@ ...@@ -5,10 +5,9 @@
#pragma once #pragma once
// Helper class for file sink // Helper class for file sink.
// When failing to open a file, retry several times(5) with small delay between // When failing to open a file, retry several times(5) with delay interval (10 ms).
// the tries(10 ms) // Throw spdlog_ex exception on errors.
// Throw spdlog_ex exception on errors
#include "spdlog/details/log_msg.h" #include "spdlog/details/log_msg.h"
#include "spdlog/details/os.h" #include "spdlog/details/os.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment