mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
README.md has include missing (#3066)
This commit is contained in:
@@ -273,6 +273,7 @@ void async_example()
|
|||||||
---
|
---
|
||||||
#### Asynchronous logger with multi sinks
|
#### Asynchronous logger with multi sinks
|
||||||
```c++
|
```c++
|
||||||
|
#include "spdlog/async.h"
|
||||||
#include "spdlog/sinks/stdout_color_sinks.h"
|
#include "spdlog/sinks/stdout_color_sinks.h"
|
||||||
#include "spdlog/sinks/rotating_file_sink.h"
|
#include "spdlog/sinks/rotating_file_sink.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user