Struct easylog::LogFileConfig[][src]

pub struct LogFileConfig {
    pub max_size_in_mb: u64,
    pub path: String,
    pub name: String,
    pub extension: String,
}

Struct to hold the configuration for the logfile

Fields

maximum size for the logfile in MegaBytes

Path to the file

filename

fileextension

Methods

impl LogFileConfig
[src]

Returns a LogFileConfig-struct with default parameters

Auto Trait Implementations