mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
astyle
This commit is contained in:
@@ -77,7 +77,8 @@ inline void spdlog::logger::log(level::level_enum lvl, const char* fmt, const Ar
|
|||||||
{
|
{
|
||||||
_err_handler(ex.what());
|
_err_handler(ex.what());
|
||||||
}
|
}
|
||||||
catch(...) {
|
catch(...)
|
||||||
|
{
|
||||||
_err_handler("Unknown exception in logger " + _name);
|
_err_handler("Unknown exception in logger " + _name);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user