logger 0.0.3

Logging middleware for the Iron framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "logger"
version = "0.0.3"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>", "Michael Reinhard <mcreinhard@gmail.com>"]
description = "Logging middleware for the Iron framework."
repository = "https://github.com/iron/logger"
keywords = ["iron", "web", "logger", "log", "timer"]
license = "MIT"

[dependencies]
iron = "*"
time = "*"
term = "*"