Struct log4rs::config::Root
[−]
[src]
pub struct Root {
// some fields omitted
}Configuration for the root logger.
Methods
impl Root[src]
fn builder() -> RootBuilder
Creates a new RootBuilder with no appenders.
fn level(&self) -> LogLevelFilter
Returns the minimum level of log messages that the root logger will accept.
fn appenders(&self) -> &[String]
Returns the list of names of appenders that will be attached to the root logger.