This is an unofficial Loggly drain for the slog logging infrastructure in Rust.
Add the following dependency into your Cargo.toml:
slog-loggly = "0.1.1"
See the examples
directory and the documentation for usage examples.
Use the following command to generate and read the documentation:
cargo doc --lib --no-deps --open