bt_logger 0.2.2

A simple and lightweight Rust log library with support for log level. Can Generate Log meessage only
Documentation
[dependencies.chrono]
version = "0.4.40"

[dependencies.lazy_static]
version = "1.5.0"

[[example]]
name = "test001"
path = "examples/test001.rs"

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

[package]
authors = ["calvarez <calvarez@bachuetech.biz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A simple and lightweight Rust log library with support for log level. Can Generate Log meessage only"
edition = "2024"
homepage = "https://github.com/bachuetech/bt_logger"
keywords = ["log", "logger", "logging"]
license = "GPL-3.0-only"
name = "bt_logger"
readme = "README.md"
repository = "https://github.com/bachuetech/bt_logger.git"
version = "0.2.2"