Cargo Features
[dependencies]
azalia-log = { version = "0.1.1", default-features = false, features = ["writers", "tracing-log"] }
- default = writers
-
The
writers
feature is set by default wheneverazalia-log
is added without
somewhere in the dependency tree.default-features = false - writers default
-
Enables chrono and owo-colors
Affects
azalia-log::writers
,writers::default
…
Features from optional dependencies
- tracing-log implicit feature
-
Enables tracing-log
tracing-log:
Provides compatibility between
tracing
and thelog
crate