log-reroute 0.1.2

Support to change logging target for the log crate
Documentation
# 0.1.2

* Flush the old logger after it gets replaced.
* Some internal cleanups.

# 0.1.1

* Dependency updates
* `deny(unsafe_code)`
* Avoids some contention by using ArcSwap::lease.