/*!
Using integration with [log](https://docs.rs/log/latest/log/index.html)
How to run:
1) Open another terminal and run a program that listens for TCP connections on port 8080, such as ```ncat -l --keep-open 8080```
2) Run
```shell
$ cargo run --example log
```
*/
use Duration;
use init_on_addr;