mhlog 2.0.0

mhlog is a simple, thread-safe logging library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.chrono]
version = "~0.4.11"

[dependencies.lazy_static]
version = "~1.4.0"

[package]
authors = ["m <mhmorgan42@gmail.com>"]
categories = ["development-tools::debugging"]
description = "mhlog is a simple, thread-safe logging library."
documentation = "https://docs.rs/mhlog/"
edition = "2018"
keywords = ["log", "logging", "simple"]
license = "BSD-3-Clause"
name = "mhlog"
readme = "README.md"
repository = "https://github.com/MHmorgan/rustmhlog"
version = "2.0.0"