Struct flexi_logger::writers::FileLogWriterConfig
source · pub struct FileLogWriterConfig { /* private fields */ }
Expand description
Configuration of a FileLogWriter
.
Implementations§
source§impl FileLogWriterConfig
impl FileLogWriterConfig
sourcepub fn discriminant(&self) -> Option<String>
pub fn discriminant(&self) -> Option<String>
Returns the configured discriminant
.
sourcepub fn print_message(&self) -> bool
pub fn print_message(&self) -> bool
Returns true
if a message should be printed on program start
to which file the log is written.
Trait Implementations§
source§impl Clone for FileLogWriterConfig
impl Clone for FileLogWriterConfig
source§fn clone(&self) -> FileLogWriterConfig
fn clone(&self) -> FileLogWriterConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more