Searched defs:LogEvent (Results 1 – 1 of 1) sorted by relevance
427 struct LogEvent<'a>(&'a Event<'a>); struct429 impl<'a> fmt::Display for LogEvent<'a> { implementation