Struct base::syslog::LoggingFacade
source · struct LoggingFacade {}
Expand description
The logger that is provided to the log
crate. Wraps our State struct so that we can
reconfigure logging sinks on the fly.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LoggingFacade
impl Send for LoggingFacade
impl Sync for LoggingFacade
impl Unpin for LoggingFacade
impl UnwindSafe for LoggingFacade
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