Returns an iterable of log messages, LIFO (most recent first).
Iterable<String> showLog() => _logHistory;