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

Update simple_file_sink.h

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