Struct rust_utils::logging::Log
source · [−]pub struct Log { /* private fields */ }
Expand description
An automatic rotating log based on the current date
It logs output like the following
[hh:mm:ss] [LEVEL]: message
Implementations
sourceimpl Log
impl Log
Auto Trait Implementations
impl RefUnwindSafe for Log
impl Send for Log
impl Sync for Log
impl Unpin for Log
impl UnwindSafe for Log
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more