mtlog 0.2.0

Multi-threaded logger with support for log files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mtlog"
version = "0.2.0"
edition = "2024"
authors = ["Antoine Renaud <antoine.renaud91@gmail.com>"]
description = "Multi-threaded logger with support for log files."
license = "MIT"
repository = "https://github.com/AntoineRenaud91/mtlog-rs"
homepage = "https://github.com/AntoineRenaud91/mtlog-rs"
keywords = ["log", "config", "progress", "multi-thread", "concurrent"]
documentation = "https://docs.rs/mtlog"
categories = ["config", "concurrency"]

[dependencies]
log = { version = "0.4.22", features = ["std"] }
mtlog-core = { version="0.1.0", path = "../mtlog-core" }