Commit 29e21cc7 authored by gabime's avatar gabime

Comment

parent 292fc153
...@@ -42,8 +42,7 @@ int main(int, char *[]) ...@@ -42,8 +42,7 @@ int main(int, char *[])
spdlog::info("This an info message with custom format"); spdlog::info("This an info message with custom format");
spdlog::set_pattern("%+"); // back to default format spdlog::set_pattern("%+"); // back to default format
// Backtrace support. // Backtrace support of latest debug/trace messages
// Auto trigger backtrace of latest debug/trace messages upon when error/critical messages happen..
spdlog::enable_backtrace(16); spdlog::enable_backtrace(16);
spdlog::trace("Backtrace message 1"); spdlog::trace("Backtrace message 1");
spdlog::debug("Backtrace message 2"); spdlog::debug("Backtrace message 2");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment