pub struct DefaultFormatter;Expand description
Default log message formatter.
Creates log messages in the format: [LEVEL] message
with appropriate color coding for the log level.
Trait Implementations§
Source§impl Formatter for DefaultFormatter
impl Formatter for DefaultFormatter
Auto Trait Implementations§
impl Freeze for DefaultFormatter
impl RefUnwindSafe for DefaultFormatter
impl Send for DefaultFormatter
impl Sync for DefaultFormatter
impl Unpin for DefaultFormatter
impl UnwindSafe for DefaultFormatter
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