slog-loggly 0.1.1

This is an unofficial Loggly drain for the slog logging infrastructure in Rust.
Documentation
# Loggly drain for slog

This is an unofficial Loggly drain for the slog logging infrastructure in Rust.

## Usage

Add the following dependency into your Cargo.toml:

```
slog-loggly = "0.1.1"
```

See the `examples` directory and the documentation for usage examples.

## Documentation

Use the following command to generate and read the documentation:

```
cargo doc --lib --no-deps --open
```