Struct log4rs::config::RootBuilder [] [src]

pub struct RootBuilder {
    // some fields omitted
}

A builder for Roots.

Methods

impl RootBuilder
[src]

fn appender(self, appender: String) -> RootBuilder

Adds an appender.

fn appenders<I: IntoIterator<Item=String>>(self, appenders: I) -> RootBuilder

Adds appenders.

fn build(self, level: LogLevelFilter) -> Root

Consumes the RootBuilder, returning the Root.

Trait Implementations

impl Debug for RootBuilder
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.