pub struct LogEvent {
pub id: String,
pub metadata: EventMetadata,
pub entry: LogEntry,
}Expand description
파싱된 로그 이벤트
로그 파이프라인에서 원시 로그를 파싱한 결과를 담습니다.
Fields§
§id: String이벤트 고유 ID
metadata: EventMetadata이벤트 메타데이터
entry: LogEntry파싱된 로그 엔트리
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogEvent
impl RefUnwindSafe for LogEvent
impl Send for LogEvent
impl Sync for LogEvent
impl Unpin for LogEvent
impl UnwindSafe for LogEvent
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