pub struct ConsoleLogger { /* private fields */ }Expand description
Console logger implementation using tracing
Routes bootstrap logs through the tracing crate for consistent logging.
Implementations§
Source§impl ConsoleLogger
impl ConsoleLogger
Trait Implementations§
Source§impl BootstrapLogger for ConsoleLogger
impl BootstrapLogger for ConsoleLogger
Auto Trait Implementations§
impl Freeze for ConsoleLogger
impl RefUnwindSafe for ConsoleLogger
impl Send for ConsoleLogger
impl Sync for ConsoleLogger
impl Unpin for ConsoleLogger
impl UnwindSafe for ConsoleLogger
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