devlog-tracing 0.1.0

Log subscriber for the tracing library, with a human-readable output format designed for development builds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "devlog-tracing"
version = "0.1.0"
edition = "2021"
authors = ["hermannm"]
license = "MIT"
description = "Log subscriber for the tracing library, with a human-readable output format designed for development builds."

[dependencies]
chrono = "0.4.38"
tracing = "0.1.40"
tracing-core = "0.1.32"
tracing-subscriber = "0.3.18"