# Log-reroute
[](https://github.com/vorner/log-reroute/actions)
[](https://codecov.io/gh/vorner/log-reroute)
[](https://docs.rs/log-reroute)
The [`log`](https://crates.io/crates/log) allows setting the target logger, but
only once during the lifetime of the application. This library helps with that
by providing a logger proxy. The logger behind the proxy can be switched as
necessary.