Commit df9fc0e2 authored by gabime's avatar gabime

updated example

parent 14273418
......@@ -136,8 +136,6 @@ int main(int, char* [])
auto async_file= spd::daily_logger_st("async_file_logger", "logs/async_log.txt");
async_file->info() << "This is async log.." << "Should be very fast!";
#ifdef __linux__
// syslog example
std::string ident = "spdlog-example";
......
......@@ -75,8 +75,6 @@ int main(int, char* [])
auto async_file= spd::daily_logger_st("async_file_logger", "logs/async_log.txt");
async_file->info() << "This is async log.." << "Should be very fast!";
#ifdef __linux__
// syslog example
std::string ident = "spdlog-example";
......
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