devlog-tracing 0.1.2

Log subscriber for the tracing library, with a human-readable output format designed for development builds.
Documentation
[package]
name = "devlog-tracing"
version = "0.1.2"
edition = "2021"
authors = ["hermannm"]
license = "MIT"
description = "Log subscriber for the tracing library, with a human-readable output format designed for development builds."
keywords = ["logging", "tracing", "subscriber"]
categories = ["development-tools::debugging"]
repository = "https://github.com/hermannm/devlog-tracing"
homepage = "https://hermannm.dev/devlog"

[lib]
doctest = false

[dependencies]
chrono = "0.4.43"
tracing = "0.1.44"
tracing-core = "0.1.36"
tracing-subscriber = "0.3.22"