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

A configurable LogWriter that writes to a file or, if rotation is used, a sequence of files.

Implementations§

Instantiates a builder for FileLogWriter.

Returns a reference to its configured output format function.

Trait Implementations§

write out a log line
Flushes any buffered records.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.