|
|
|
@ -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";
|
|
|
|
|