Struct flexi_logger::writers::FileLogWriter[][src]

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

A configurable LogWriter implementation that writes to a file or a sequence of files.

See writers for usage guidance.

Implementations

Instantiates a builder for FileLogWriter.

Returns a reference to its configured output format function.

Replaces parts of the configuration of the file log writer.

Note that the write mode and the format function cannot be reset and that the provided FileLogWriterBuilder must have the same values for these as the current FileLogWriter.

Errors

FlexiLoggerError::Reset if no file log writer is configured, or if a reset was tried with a different write mode. FlexiLoggerError::Io if the specified path doesn’t work. FlexiLoggerError::Poison if some mutex is poisoned.

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Writes out a log line. Read more

Flushes any buffered records. Read more

Provides the maximum log level that is to be written.

Cleanup open resources, if necessary.

Sets the format function. Read more

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.