Struct pipe_logger::Config[][src]

pub struct Config {
    pub rotate: Option<RotateMethod>,
    pub count: Option<usize>,
    pub log_path: String,
    pub compress: bool,
    pub err: bool,
}

Fields

Methods

impl Config
[src]

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config