Update README.md

This commit is contained in:
Gabi Melman 2018-07-26 21:53:40 +03:00 committed by GitHub
parent 691011c473
commit 986af6ea9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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