dioxus-logger 0.7.2

A logging utility to provide a standard interface whether you're targeting web desktop, fullstack, and more.
Documentation
[dependencies.dioxus-cli-config]
version = "0.7.2"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
default-features = false
features = ["registry", "std", "env-filter"]
version = "0.3.19"

[features]
default = []

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

[package]
authors = ["DogeDark", "Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A logging utility to provide a standard interface whether you're targeting web desktop, fullstack, and more."
edition = "2021"
homepage = "https://github.com/dioxuslabs/dioxus"
keywords = ["dioxus", "log", "logging"]
license = "MIT"
name = "dioxus-logger"
readme = "README.md"
repository = "https://github.com/dioxuslabs/dioxus"
version = "0.7.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-subscriber]
default-features = false
features = ["fmt"]
version = "0.3.19"

[target.'cfg(target_arch = "wasm32")'.dependencies.tracing-wasm]
version = "0.2.1"