Update README.md

This commit is contained in:
Gabi Melman 2018-07-08 17:03:13 +03:00 committed by GitHub
parent 2277fdc80d
commit 8266dde556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,9 +160,8 @@ void async_example()
}
}
// create logger with 2 targets with different log levels and formats
// the console will show only warnings or errors, while the file will log all
// create logger with 2 targets with different log levels and formats.
// the console will show only warnings or errors, while the file will log all.
void multi_sink_example()
{
auto console_sink = std::make_shared<spdlog::sinks::stdout_color_sink_mt>();