2 releases

Uses old Rust 2015

0.0.2 Jun 10, 2018
0.0.1 Jun 7, 2017

#1260 in HTTP server

Download history 103/week @ 2023-12-14 4/week @ 2023-12-21 93/week @ 2023-12-28 29/week @ 2024-01-04 26/week @ 2024-01-11 52/week @ 2024-01-18 10/week @ 2024-01-25 12/week @ 2024-02-01 24/week @ 2024-02-08 247/week @ 2024-02-15 101/week @ 2024-02-22 71/week @ 2024-02-29 61/week @ 2024-03-07 71/week @ 2024-03-14 45/week @ 2024-03-21 23/week @ 2024-03-28

212 downloads per month

MIT/Apache

8KB
109 lines

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


lib.rs:

Logger middleware for Iron framework, with slog-rs

Dependencies

~6.5MB
~148K SLoC