Enum log4rs::file::Format [] [src]

pub enum Format {
    Toml,
}

Specifies the format of a configuration file.

Variants

Toml

TOML.

Requires the toml feature.

Trait Implementations

Derived Implementations

impl Clone for Format
[src]

fn clone(&self) -> Format

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for Format
[src]