Struct sloggers::terminal::TerminalLoggerConfig [] [src]

pub struct TerminalLoggerConfig {
    pub level: Severity,
    pub format: Format,
    pub timezone: TimeZone,
    pub destination: Destination,
}

The configuration of TerminalLoggerBuilder.

Fields

Log level.

Log record format.

Time Zone.

Output destination.

Trait Implementations

impl Debug for TerminalLoggerConfig
[src]

Formats the value using the given formatter.

impl Default for TerminalLoggerConfig
[src]

Returns the "default value" for a type. Read more

impl Clone for TerminalLoggerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Config for TerminalLoggerConfig
[src]

Logger builder.

Makes a logger builder associated with this configuration.