diff --git a/README.md b/README.md index 56324aaf..3f28ed28 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ void stdout_example() SPDLOG_DEBUG(console, "Enabled only #ifdef SPDLOG_DEBUG_ON.. {} ,{}", 1, 3.23); } ``` - +
#### Simple file logger ```c++ #include "spdlog/sinks/basic_file_sink.h"