mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +08:00
commit
02329f61e3
@ -79,6 +79,8 @@ async... Elapsed: 0.349851 2,858,358/sec
|
|||||||
#### Basic usage
|
#### Basic usage
|
||||||
```c++
|
```c++
|
||||||
#include "spdlog/spdlog.h"
|
#include "spdlog/spdlog.h"
|
||||||
|
#include "spdlog/sinks/basic_file_sink.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
spdlog::info("Welcome to spdlog!");
|
spdlog::info("Welcome to spdlog!");
|
||||||
|
Loading…
Reference in New Issue
Block a user