Cargo Features

ayun-logging has no features set by default.

[dependencies]
ayun-logging = { version = "0.22.1", features = ["console", "env-filter", "error", "tracing-log"] }
console

Enables console-subscriber

optional

env-filter

Enables logger of ayun-core ^0.22.1, env-filter of tracing-subscriber

error

Enables tracing-error

tracing-log

Enables tracing-log of tracing-subscriber