small-logger 0.2.1

a small logger for programs who do not know how to log correctly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "small-logger"
description = "a small logger for programs who do not know how to log correctly"
version = "0.2.1"
license-file = "LICENSE"
repository = "https://github.com/octplane/small-logger"
authors = ["Pierre Baillet <pierre@baillet.name>"]

[dependencies]
rustc-serialize = "0.3.17"
time = "0.1.34"
getopts = "0.2"