Struct sloggers::null::NullLoggerConfig [] [src]

pub struct NullLoggerConfig {}

The configuration of NullLoggerBuilder.

Trait Implementations

impl Debug for NullLoggerConfig
[src]

Formats the value using the given formatter.

impl Clone for NullLoggerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Config for NullLoggerConfig
[src]

Logger builder.

Makes a logger builder associated with this configuration.