Update file_helper.h

pull/814/head
Gabi Melman 7 years ago committed by GitHub
parent d0cfca0820
commit 1f8b2cbb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
#pragma once
// Helper class for file sinks.
// When failing to open a file, retry several times(5) with delay interval (10 ms).
// When failing to open a file, retry several times(5) with a delay interval(10 ms).
// Throw spdlog_ex exception on errors.
#include "spdlog/details/log_msg.h"

Loading…
Cancel
Save