|
|
@ -128,7 +128,6 @@ void basic_logfile_example()
|
|
|
|
catch (const spdlog::spdlog_ex &ex)
|
|
|
|
catch (const spdlog::spdlog_ex &ex)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
std::cout << "Log init failed: " << ex.what() << std::endl;
|
|
|
|
std::cout << "Log init failed: " << ex.what() << std::endl;
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|