Update README.md
This commit is contained in:
parent
9a12e4a885
commit
c15262c493
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user