mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update README.md
This commit is contained in:
parent
9a12e4a885
commit
c15262c493
@ -377,7 +377,7 @@ $ ./example
|
||||
---
|
||||
#### Log file open/close event handlers
|
||||
```c++
|
||||
// You can get subscribe to get callbacks from spdlog before/after log file has been opened or closed.
|
||||
// You can get callbacks from spdlog before/after log file has been opened or closed.
|
||||
// This is useful for cleanup procedures or for adding someting the start/end of the log files.
|
||||
void file_events_example()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user