formatted_logger 0.1.1

A simple logger that formats log messages into JSON for the std stream output. Allows to append a hashmap data to a JSON log record.
Documentation
[dependencies.log]
features = ["kv", "kv_unstable", "kv_sval", "kv_serde", "max_level_trace", "release_max_level_info"]
version = "0.4"

[dependencies.serde_json]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple logger that formats log messages into JSON for the std stream output. Allows to append a hashmap data to a JSON log record."
edition = "2021"
license = "MIT"
name = "formatted_logger"
readme = "README.md"
version = "0.1.1"