pub fn drain() -> Vec<Event>
Drain the current capture of events.
This is the fake version and will always return an empty vector. To enable the real version, set the trace feature.
trace