simple_logger 0.5.0

A logger that prints all messages with a readable output format
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "simple_logger"
version = "0.5.0"
license = "MIT"
authors = ["Sam Clements <sam@borntyping.co.uk>"]
description = "A logger that prints all messages with a readable output format"
repository = "https://github.com/borntyping/rust-simple_logger"

[dependencies]
log = { version = "^0.4.1", features = ["std"] }
time = "^0.1.25"