Commit 447a6a15 authored by gabime's avatar gabime

Fixed readme

parent 5d7845c1
......@@ -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!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment