pub type LogArray = Vec<LogEvent>;
The type alias for an array of LogEvent elements.
LogEvent
pub struct LogArray { /* private fields */ }