iron-slog

Logging Middleware for Iron framework, with slog-rs


Keywords
iron, logging, middleware, rust, slog-rs
Licenses
MIT/Apache-2.0

Documentation

iron-slog Build Status crates.io 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