dioxus-logger 0.2.0

A logging utility to provide a standard interface whether you're targetting web, desktop, or mobile.
Documentation
[dependencies.log]
features = ["std"]
version = "0.4"

[dependencies.web-sys]
features = ["console"]
version = "0.3.60"

[package]
categories = ["development-tools::debugging"]
description = "A logging utility to provide a standard interface whether you're targetting web, desktop, or mobile."
edition = "2021"
homepage = "https://github.com/DogeDark/dioxus-logger"
keywords = ["dioxus", "log", "logging"]
license = "MIT"
name = "dioxus-logger"
readme = "README.md"
repository = "https://github.com/DogeDark/dioxus-logger"
version = "0.2.0"