[go: up one dir, main page]

alterable_logger 1.0.1

A thin wrapper for "log" allowing to replace the actual logger implementation at run time
Documentation
[dependencies.arc-swap]
version = "1.6.0"

[dependencies.log]
features = ["std"]
version = "0.4.20"

[dependencies.once_cell]
version = "1.18.0"

[lib]
name = "alterable_logger"
path = "src/lib.rs"

[package]
authors = ["Simon Brummer <simon.brummer@posteo.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = 'A thin wrapper for "log" allowing to replace the actual logger implementation at run time'
edition = "2021"
keywords = ["logging", "log"]
license = "MPL-2.0"
name = "alterable_logger"
readme = "README.md"
repository = "https://codeberg.org/black-cat-engineering/alterable_logger.git"
version = "1.0.1"