parallel_logger 0.2.0

A logger implementing the log::Log trait that allows other loggers to run in a separate thread, reducing load on the calling thread significantly
Documentation
[dependencies.log]
features = ["std"]
version = "0.4"
[dev-dependencies.simplelog]
version = "0.12"

[package]
authors = ["Sebastian Frehmel <8192K@sebastianfrehmel.de>"]
categories = ["development-tools", "development-tools::debugging", "concurrency"]
description = "A logger implementing the log::Log trait that allows other loggers to run in a separate thread, reducing load on the calling thread significantly"
edition = "2018"
keywords = ["log", "logger", "logging", "realtime", "parallel"]
license = "MIT/Apache-2.0"
name = "parallel_logger"
readme = "README.md"
repository = "https://github.com/8192K/parallel_logger"
version = "0.2.0"
[profile.release]
codegen-units = 1
lto = true