Type Alias LoggingConfig

Source
pub type LoggingConfig = OneOrMany<LoggerConfigOrPreset>;

Aliased Type§

enum LoggingConfig {
    Many(Vec<ConfigOrPreset<LoggerConfig, LoggerPreset>>),
    One(ConfigOrPreset<LoggerConfig, LoggerPreset>),
}

Variants§

Implementations§

Trait Implementations§

Source§

impl Default for LoggingConfig

Source§

fn default() -> Self

Returns the “default value” for a type. Read more