casual_logger 0.3.8

This logger with **few settings** to repeat practice of many programming tutorials. Not for product use.
Documentation
[package]
name = "casual_logger"
version = "0.3.8"
authors = ["ใ‚€ใšใงใ‚‡ <muzudho1@gmail.com>"]
edition = "2018"
description = """
This logger with **few settings** to repeat practice of many programming tutorials.  
Not for product use.  
"""
readme = "README.md"
homepage = "https://github.com/muzudho/casual-logger-on-rust"
repositiory = "https://github.com/muzudho/casual-logger-on-rust"
license = "MIT"
keywords = ["logger", "log", "logging"]
categories = ["development-tools::debugging"]

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

[dependencies]
lazy_static = "1.4.0"
chrono = "0.4"
regex = "1"
# sys-info = "0.7.0"