Struct log4rs::append::AppenderConfig [] [src]

pub struct AppenderConfig {
    pub kind: String,
    pub filters: Vec<FilterConfig>,
    pub config: Value,
}

Configuration for an appender.

Fields

The appender kind.

The filters attached to the appender.

The appender configuration.

Trait Implementations

impl PartialEq for AppenderConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for AppenderConfig
[src]

impl Debug for AppenderConfig
[src]

Formats the value using the given formatter.

impl Deserialize for AppenderConfig
[src]

Deserialize this value from the given Serde deserializer. Read more