getLogs method

List<String> getLogs()

Implementation

List<String> getLogs() {
  return _log;
}