Struct abscissa::LoggingConfig[][src]

pub struct LoggingConfig { /* fields omitted */ }

Logging configuration

Methods

impl LoggingConfig
[src]

Create a new LoggingConfig object with verbose logging

Trait Implementations

impl Copy for LoggingConfig
[src]

impl Clone for LoggingConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LoggingConfig
[src]

Formats the value using the given formatter. Read more

impl Eq for LoggingConfig
[src]

impl PartialEq for LoggingConfig
[src]

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

This method tests for !=.

impl Default for LoggingConfig
[src]

Returns the "default value" for a type. Read more

impl From<LevelFilter> for LoggingConfig
[src]

Performs the conversion.

Auto Trait Implementations