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.
Trait Implementations
Writes out a log line. Read more
Provides the maximum log level that is to be written.
Sets the format function.
Defaults to (formats::default_format
),
but can be changed with a call to
Logger::format_for_writer
. Read more