pull/2778/head
Markus Ühlein 2 years ago
parent a5581a4949
commit 3fb98b95f5

@ -116,7 +116,7 @@ SPDLOG_INLINE void logger::disable_backtrace()
tracer_.disable();
}
SPDLOG_INLINE void logger::dump_backtrace(bool with_message=true)
SPDLOG_INLINE void logger::dump_backtrace(bool with_message)
{
dump_backtrace_(with_message);
}
@ -207,7 +207,7 @@ SPDLOG_INLINE void logger::flush_()
}
}
SPDLOG_INLINE void logger::dump_backtrace_(bool with_message=true)
SPDLOG_INLINE void logger::dump_backtrace_(bool with_message)
{
using details::log_msg;
if (tracer_.enabled() && !tracer_.empty())

Loading…
Cancel
Save