WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
logger_impl.h File Reference
#include "spdlog/details/fmt_helper.h"
#include <memory>
#include <string>
Include dependency graph for logger_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SPDLOG_CATCH_AND_HANDLE
 

Macro Definition Documentation

◆ SPDLOG_CATCH_AND_HANDLE

#define SPDLOG_CATCH_AND_HANDLE
Value:
catch (const std::exception &ex) \
{ \
err_handler_(ex.what()); \
} \
catch (...) \
{ \
err_handler_("Unknown exception in logger"); \
}

Definition at line 13 of file logger_impl.h.