Struct log4rs::config::Errors [] [src]

pub struct Errors { /* fields omitted */ }

Errors encountered when validating a log4rs Config.

Methods

impl Errors
[src]

[src]

Returns a slice of Errors.

Trait Implementations

impl Debug for Errors
[src]

[src]

Formats the value using the given formatter.

impl Display for Errors
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Errors
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more