iron-slog 0.0.1

Logging Middleware for Iron framework, with slog-rs
Documentation

iron-slog Build Status docs-rs

Yet another logging middleware for Iron framework, by using slog-rs.

Example

See examples.

Installation

Add dependency to Cargo.toml:

[dependencies]
iron-slog = { git = "https://github.com/ubnt-intrepid/iron-slog.git" }

License

MIT + Apache 2.0