log_wrapper 0.1.0

Just some boilerplate code to a logger wrapper over the log crate that logs to STDOUT
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "log_wrapper"
version = "0.1.0"
authors = ["nohupped_arch <nohupped@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
keywords = ["log", "logger", "logging", "wrapper"]
description = "Just some boilerplate code to a logger wrapper over the log crate that logs to STDOUT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.8"
chrono = "0.4.10"