Struct libqaul::utilities::filelogger::FileLogger
source · [−]pub struct FileLogger { /* private fields */ }
Expand description
Logger that writes log messages to all the loggers it encapsulates.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileLogger
impl Send for FileLogger
impl Sync for FileLogger
impl Unpin for FileLogger
impl UnwindSafe for FileLogger
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