Add support for custom filename calculator in rotating_file_sink.

This commit is contained in:
Tamas Florin
2020-06-04 13:38:21 +03:00
parent 22a169bc31
commit 071206ef59
6 changed files with 169 additions and 169 deletions

View File

@@ -14,7 +14,3 @@
template class SPDLOG_API spdlog::sinks::basic_file_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>;
#include <spdlog/sinks/rotating_file_sink-inl.h>
template class SPDLOG_API spdlog::sinks::rotating_file_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>;