Writes a single log entry.
@override Future<void> log(LogEntry entry) async { _clearSpinnerLine(); writeLogLine(entry); _drawSpinner(); }