pub struct LoggerConfig {
pub level: LevelFilter,
pub directory: PathBuf,
pub basename: String,
pub suffix: String,
pub rotate_size: u64,
pub duplicate_to_stdout: Duplicate,
}Fields§
§level: LevelFilter§directory: PathBuf§basename: String§suffix: String§rotate_size: u64§duplicate_to_stdout: DuplicateImplementations§
Source§impl LoggerConfig
impl LoggerConfig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoggerConfig
impl RefUnwindSafe for LoggerConfig
impl Send for LoggerConfig
impl Sync for LoggerConfig
impl Unpin for LoggerConfig
impl UnwindSafe for LoggerConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more