pub struct LogReader { /* private fields */ }Expand description
Log format reader that parses log lines into structured data.
Supports predefined formats (Apache Combined/Common, nginx, syslog) and
custom patterns using {field_name} placeholders.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogReader
impl RefUnwindSafe for LogReader
impl Send for LogReader
impl Sync for LogReader
impl Unpin for LogReader
impl UnsafeUnpin for LogReader
impl UnwindSafe for LogReader
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