Log the output of the ZapEvent.
@override void logOutput(ZapEvent event) { if (!kDebugMode) return; _paintLines(event).forEach(debugPrint); }