Unverified Commit 53267166 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 58f244a0
...@@ -117,7 +117,7 @@ void stdout_example() ...@@ -117,7 +117,7 @@ void stdout_example()
SPDLOG_DEBUG(console, "Enabled only #ifdef SPDLOG_DEBUG_ON.. {} ,{}", 1, 3.23); SPDLOG_DEBUG(console, "Enabled only #ifdef SPDLOG_DEBUG_ON.. {} ,{}", 1, 3.23);
} }
``` ```
<hr />
#### Simple file logger #### Simple file logger
```c++ ```c++
#include "spdlog/sinks/basic_file_sink.h" #include "spdlog/sinks/basic_file_sink.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment