pub struct LogConfig {
pub verbosity: u8,
pub format: LogFormat,
}Expand description
Logging configuration.
Fields§
§verbosity: u8Verbosity level (0=warn, 1=info, 2=debug, 3+=trace)
format: LogFormatOutput format
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogConfig
impl RefUnwindSafe for LogConfig
impl Send for LogConfig
impl Sync for LogConfig
impl Unpin for LogConfig
impl UnwindSafe for LogConfig
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