Unverified Commit 986af6ea authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 691011c4
...@@ -122,7 +122,6 @@ void stdout_example() ...@@ -122,7 +122,6 @@ void stdout_example()
#include "spdlog/sinks/basic_file_sink.h" #include "spdlog/sinks/basic_file_sink.h"
void basic_logfile_example() void basic_logfile_example()
{ {
// Create basic file logger (not rotated)
try try
{ {
auto my_logger = spdlog::basic_logger_mt("basic_logger", "logs/basic-log.txt"); auto my_logger = spdlog::basic_logger_mt("basic_logger", "logs/basic-log.txt");
......
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