Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-08-26 00:56:05 +0300
committergabime <gmelman1@gmail.com>2019-08-26 00:56:05 +0300
commit29e21cc7f3cbe44763b01e8850cfa0f2184fd534 (patch)
tree79e37a615f1396a72cbb2985eb0f2f8b49662319 /example
parent292fc153ef15cbe45411d29dba008f099f9679d5 (diff)
Comment
Diffstat (limited to 'example')
-rw-r--r--example/example.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/example.cpp b/example/example.cpp
index 3040ef4f..c84caef3 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -42,8 +42,7 @@ int main(int, char *[])
spdlog::info("This an info message with custom format");
spdlog::set_pattern("%+"); // back to default format
- // Backtrace support.
- // Auto trigger backtrace of latest debug/trace messages upon when error/critical messages happen..
+ // Backtrace support of latest debug/trace messages
spdlog::enable_backtrace(16);
spdlog::trace("Backtrace message 1");
spdlog::debug("Backtrace message 2");