Log the output of the ZapEvent.
@override void logOutput(ZapEvent event) { _buffer.add(event); if (_buffer.length >= bufferSize) { _flush(); } }