Struct log4rs::encode::pattern::PatternEncoderDeserializer [] [src]

pub struct PatternEncoderDeserializer;

A deserializer for the PatternEncoder.

Configuration

kind: pattern

# The pattern to follow when formatting logs. Defaults to
# "{d} {l} {t} - {m}{n}".
pattern: "{d} {l} {t} - {m}{n}"

Trait Implementations

impl Deserialize for PatternEncoderDeserializer
[src]

The trait that this deserializer will create.

This deserializer's configuration.

Create a new trait object based on the provided config.