Struct woodpecker::Config [] [src]

pub struct Config {
    pub thread: bool,
}

Initial logger configuration.

Fields

Log thread switch.

Trait Implementations

impl Default for Config
[src]

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