pub struct LogFileTimeRotation { /* private fields */ }Expand description
A log file writer that rotates files based on time intervals.
Implementations§
Source§impl LogFileTimeRotation
impl LogFileTimeRotation
pub fn new(config: TimeRotationConfig) -> Result<Self, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogFileTimeRotation
impl RefUnwindSafe for LogFileTimeRotation
impl Send for LogFileTimeRotation
impl Sync for LogFileTimeRotation
impl Unpin for LogFileTimeRotation
impl UnwindSafe for LogFileTimeRotation
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