pub struct LogMonitor { /* private fields */ }Expand description
Monitors a log file for server lifecycle events (join, leave, death, start, stop). Chat messages are NOT emitted by LogMonitor — they come from ChatCapture implementations instead.
Implementations§
Auto Trait Implementations§
impl Freeze for LogMonitor
impl RefUnwindSafe for LogMonitor
impl Send for LogMonitor
impl Sync for LogMonitor
impl Unpin for LogMonitor
impl UnsafeUnpin for LogMonitor
impl UnwindSafe for LogMonitor
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