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