Expand description
Subscriber settings.
Re-exports§
pub use console_log::*;
pub use file_log::*;
pub use otlp_log::*;
pub use otlp_trace::*;
Modules§
- console_
log - Console Log Subscriber Settings.
- file_
log - File Log Subscriber Settings.
- otlp_
log - OTLP Log Subscriber Settings.
- otlp_
trace - OTLP Trace Subscriber Settings.
Structs§
- Settings
- General settings that apply to any subscriber.
- Settings
Builder - For building
Settings
.
Traits§
- Settings
Toggle - Indicate whether a type is enabled or disabled.