Struct cu29_log_runtime::ExtraTextLogger
source · pub struct ExtraTextLogger { /* private fields */ }Expand description
This is to basically be able to see the logs in text format in real time. THIS WILL SLOW DOWN THE LOGGING SYSTEM by an order of magnitude. This will only be active for debug builds.
Implementations§
Auto Trait Implementations§
impl Freeze for ExtraTextLogger
impl !RefUnwindSafe for ExtraTextLogger
impl Send for ExtraTextLogger
impl Sync for ExtraTextLogger
impl Unpin for ExtraTextLogger
impl !UnwindSafe for ExtraTextLogger
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