#include "spdlog/details/fmt_helper.h"
#include <memory>
#include <string>
Go to the source code of this file.
#define SPDLOG_CATCH_AND_HANDLE |
Value: { \
err_handler_(ex.what()); \
} \
catch (...) \
{ \
err_handler_("Unknown exception in logger"); \
}
cet::coded_exception< error, detail::translate > exception
Definition at line 13 of file logger_impl.h.