#include <mc_rtc/utils_api.h>
#include <iostream>
#include <spdlog/fmt/fmt.h>
#include <spdlog/fmt/ostr.h>
#include <spdlog/logger.h>
#include <boost/stacktrace.hpp>
Go to the source code of this file.
◆ BOOST_STACKTRACE_LINK
#define BOOST_STACKTRACE_LINK |
◆ LOG_ERROR
#define LOG_ERROR |
( |
|
args | ) |
|
Value: _Pragma(
"GCC warning \"This macro is deprecated, use mc_rtc::log::error instead\"");
\
◆ LOG_ERROR_AND_THROW
#define LOG_ERROR_AND_THROW |
( |
|
exception_type, |
|
|
|
args |
|
) |
| |
Value: { \
_Pragma("GCC warning \"This macro is deprecated, use mc_rtc::log::error_and_throw<exception_type> instead\""); \
std::stringstream strstrm; \
strstrm << args; \
LOG_ERROR(strstrm.str()) \
throw exception_type(strstrm.str()); \
}
◆ LOG_INFO
Value: _Pragma("GCC warning \"This macro is deprecated, use mc_rtc::log::info instead\""); \
◆ LOG_SUCCESS
#define LOG_SUCCESS |
( |
|
args | ) |
|
Value: _Pragma("GCC warning \"This macro is deprecated, use mc_rtc::log::success instead\""); \
◆ LOG_WARNING
#define LOG_WARNING |
( |
|
args | ) |
|
Value: _Pragma(
"GCC warning \"This macro is deprecated, use mc_rtc::log::warning instead\"");
\
◆ MC_FMT_STREAMED
#define MC_FMT_STREAMED |
( |
|
X | ) |
X |