2
0
mirror of https://github.com/gabime/spdlog.git synced 2026-01-19 04:52:09 +00:00

Update README.md

This commit is contained in:
Gabi Melman
2023-05-08 00:04:27 +03:00
committed by GitHub
parent f9c24d9fa8
commit 57a9fd0841

View File

@@ -214,7 +214,7 @@ void binary_example()
#### Logger with multi sinks - each with a different format and log level
```c++
// create loggers with 2 targets with different log levels and formats.
// create a 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()
{