Unverified Commit ac6407bb authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent baf08eee
......@@ -149,7 +149,7 @@ for(int i = 0; i < 100; i++)
spdlog::debug("Backtrace message {}", i); // not logged yet..
}
// e.g. if some error happened:
spdlog::dump_backtrace(); // log them now!
spdlog::dump_backtrace(); // log them now! show the last 32 messages
// or my_logger->dump_backtrace(32)..
```
......
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