Update README.md

This commit is contained in:
Gabi Melman 2021-12-01 03:29:46 +02:00 committed by GitHub
parent 9a12e4a885
commit c15262c493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ $ ./example
--- ---
#### Log file open/close event handlers #### Log file open/close event handlers
```c++ ```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. // This is useful for cleanup procedures or for adding someting the start/end of the log files.
void file_events_example() void file_events_example()
{ {