Update README.md

This commit is contained in:
Gabi Melman 2018-07-17 15:16:14 +03:00 committed by GitHub
parent 532671662d
commit 2656a031e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ void stdout_example()
SPDLOG_DEBUG(console, "Enabled only #ifdef SPDLOG_DEBUG_ON.. {} ,{}", 1, 3.23);
}
```
<hr />
---
#### Simple file logger
```c++
#include "spdlog/sinks/basic_file_sink.h"