pub struct NoOpLogger;Expand description
No-op logger for testing
Discards all log messages. Useful for testing bootstrap logic without generating log output.
Implementations§
Source§impl NoOpLogger
impl NoOpLogger
Trait Implementations§
Source§impl BootstrapLogger for NoOpLogger
impl BootstrapLogger for NoOpLogger
Auto Trait Implementations§
impl Freeze for NoOpLogger
impl RefUnwindSafe for NoOpLogger
impl Send for NoOpLogger
impl Sync for NoOpLogger
impl Unpin for NoOpLogger
impl UnwindSafe for NoOpLogger
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