pub struct LogfileBackend { /* private fields */ }Expand description
A rotating log file writer.
Logs are appended to the current file. When the file exceeds
rotate_size, it is renamed with a numeric suffix and a new file is
opened. Up to rotate_keep old files are retained.
Implementations§
Auto Trait Implementations§
impl !Freeze for LogfileBackend
impl RefUnwindSafe for LogfileBackend
impl Send for LogfileBackend
impl Sync for LogfileBackend
impl Unpin for LogfileBackend
impl UnsafeUnpin for LogfileBackend
impl UnwindSafe for LogfileBackend
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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