spdlog
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
logger.h File Reference

Go to the source code of this file.

#include <spdlog/common.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/backtracer.h>
#include <vector>

Classes

class  spdlog::logger
 

Namespaces

namespace  spdlog
 

Macros

#define SPDLOG_LOGGER_CATCH()
 

Functions

SPDLOG_INLINE void spdlog::swap (logger &a, logger &b)
 

Macro Definition Documentation

◆ SPDLOG_LOGGER_CATCH

#define SPDLOG_LOGGER_CATCH ( )
Value:
catch (const std::exception &ex) \
{ \
err_handler_(ex.what()); \
} \
catch (...) \
{ \
err_handler_("Rethrowing unknown exception in logger"); \
throw; \
}
T what(T... args)

Definition at line 31 of file logger.h.