Update simple_file_sink.h

This commit is contained in:
Gabi Melman 2018-05-25 19:01:24 +03:00 committed by GitHub
parent 16376c18aa
commit b3543452c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ using simple_file_sink_st = simple_file_sink<details::null_mutex>;
//
// factory functions
//
// Basic logger simply writes to given file without any limitations or rotations.
template<typename Factory = default_factory>
inline std::shared_ptr<logger> basic_logger_mt(const std::string &logger_name, const filename_t &filename, bool truncate = false)
{