easy-log 0.1.2

easy to use logger
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "easy-log"
version = "0.1.2"
edition = "2021"
license = "CC0-1.0"
keywords = ["log"]
readme = "readme.md"
description = "easy to use logger"
repository = "https://github.com/jilotta/ezlog"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.33"
colored = "2.1.0"