Cargo Features
[dependencies]
logfusion = { version = "0.1.0", default-features = false, features = ["tracing", "callback"] }
- default = callback, tracing
-
These default features are set whenever
logfusionis added withoutsomewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing and tracing-subscriber
tracing:
Core tracing (optional via features)
- callback default
-
Optional FFI callback support - NOT enabled by default