Struct flexi_logger::LogSpecBuilder [] [src]

pub struct LogSpecBuilder { /* fields omitted */ }

Builder for LogSpecification.

Methods

impl LogSpecBuilder
[src]

[src]

Creates a LogSpecBuilder with all logging turned off.

[src]

Creates a LogSpecBuilder from given module filters.

[src]

Adds a default log level filter, or updates the default log level filter.

[src]

Adds a log level filter, or updates the log level filter, for a module.

[src]

Adds a log level filter, or updates the log level filter, for a module.

[src]

Creates a log specification without text filter.

[src]

Creates a log specification with text filter.

[src]

Creates a log specification without being consumed.

[src]

Creates a log specification without being consumed, optionally with a text filter.

Trait Implementations

impl Clone for LogSpecBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for LogSpecBuilder
[src]

[src]

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

Auto Trait Implementations