Fixed readme

This commit is contained in:
gabime 2018-08-25 17:57:41 +03:00
parent 5d7845c138
commit 447a6a15d9

View File

@ -159,7 +159,7 @@ void daily_example()
```
---
#### Periodic flush
#### Cloning loggers
```c++
// clone a logger and give it new name.
// Useful for creating subsystem loggers from some "root" logger
@ -171,7 +171,7 @@ void clone_example()
```
---
#### Cloning loggers for
#### Periodic flush
```c++
// periodically flush all *registered* loggers every 3 seconds:
// warning: only use if all your loggers are thread safe!