mhlog 3.0.1

MHlog is a simple, thread-safe logging library.
Documentation
1
2
3
4
5
6
7
8
9
10
11

all :

test :
	cargo test -- --nocapture

test-release :
	cargo test --release -- --nocapture

doc :
	cargo doc --offline --no-deps --open