This commit is contained in:
gabime
2017-05-21 01:56:56 +03:00
parent 40fc5becff
commit 6cc7e7382e
7 changed files with 343 additions and 336 deletions

View File

@@ -38,7 +38,10 @@ inline spdlog::logger::logger(const std::string& logger_name, sinks_init_list si
// ctor with single sink
inline spdlog::logger::logger(const std::string& logger_name, spdlog::sink_ptr single_sink):
logger(logger_name, { single_sink })
logger(logger_name,
{
single_sink
})
{}