slog-retry 0.1.1

slog Drain that reconnects on errors and tries again
Documentation
# Slog retry

[![Travis Build Status](https://api.travis-ci.org/vorner/slog-retry.png?branch=master)](https://travis-ci.org/vorner/slog-retry)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/deud6hplvta633vt/branch/master?svg=true)](https://ci.appveyor.com/project/vorner/slog-retry/branch/master)

Retry handling for the [slog logging framework](https://crates.io/crates/slog).

You want to read the [docs](https://docs.rs/slog-retry).

When you try it out, I'm interested in hearing some feedback.

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.