Module settings

Source
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.
SettingsBuilder
For building Settings.

Traits§

SettingsToggle
Indicate whether a type is enabled or disabled.