mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Update README.md
This commit is contained in:
@@ -143,7 +143,7 @@ void daily_example()
|
||||
---
|
||||
#### Backtrace support
|
||||
```c++
|
||||
// Instead of actual logging, debug messages can be stored in a ring buffer for a later use.
|
||||
// Debug messages can be stored in a ring buffer instead of being logged immediately.
|
||||
// This is useful in order to display debug logs only when really nededed (e.g. when error happens).
|
||||
// When needed, call dump_backtrace() to see them.
|
||||
|
||||
|
Reference in New Issue
Block a user