Cargo Features
[dependencies]
tiny_bail = { version = "0.4.2", default-features = false, features = ["trace", "debug", "info", "warn", "error", "log", "tracing"] }
- default = tracing, warn
-
Default to
tracing::warn!
. - trace
-
Set the log level to
trace
. - debug
-
Set the log level to
debug
. - info
-
Set the log level to
info
. - warn default
-
Set the log level to
warn
. - error
-
Set the log level to
error
.
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.