public class Executionlog
extends Object
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
getEntries()
Gets the list of log entries of this executionlog.
|
int |
getNumError()
Gets the number of log entries that have an ERROR level.
|
int |
getNumWarning()
Gets the number of log entries that have a WARN level.
|
boolean |
hasError()
Checks if this executionlog has at least 1 log entry of type ERROR.
|
boolean |
hasWarning()
Checks if this executionlog has at least 1 log entry of type WARN.
|
boolean |
hasWarningOrError()
Checks if this executionlog has at least 1 log entry of type WARN or
ERROR.
|
String |
toString() |
public List<LogEntry> getEntries()
LogEntry
instances.public int getNumWarning()
public boolean hasWarning()
public int getNumError()
public boolean hasError()
public boolean hasWarningOrError()
public String toString()
toString
in class Object
Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.