Update file_helper.h

This commit is contained in:
Gabi Melman 2018-08-24 13:27:10 +03:00 committed by GitHub
parent f6049cd333
commit d0cfca0820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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