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 whenever azalia-log is added without default-features = false somewhere in the dependency tree.

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 the log crate