pub struct CursiveLogWriter { /* private fields */ }
Expand description

The flexi_logger LogWriter implementation for the FlexiLoggerView.

Use the cursive_flexi_logger function to create an instance of this struct.

Trait Implementations

Writes out a log line. Read more

Flushes any buffered records. Read more

Provides the maximum log level that is to be written.

Sets the format function. Read more

Cleanup open resources, if necessary.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Calls the given closure and return the result. Read more

Calls the given closure on self.

Calls the given closure on self.

Calls the given closure if condition == true.