Package pulse.tasks.logs
Class DataLogEntry
- java.lang.Object
-
- pulse.tasks.logs.LogEntry
-
- pulse.tasks.logs.DataLogEntry
-
- All Implemented Interfaces:
Serializable
public class DataLogEntry extends LogEntry
A
LogEntrywith a list ofNumericProperties. Can be created from aSearchTask. The output is accessible via thetoString()method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataLogEntry(SearchTask task)Creates a newDataLogEntrybased on the current values of the properties fromtaskwhich match the currently selectedLogFormat.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Parameter>getData()StringtoString()ThisStringwill be displayed by theLogPaneif the verbose log option is enabled.-
Methods inherited from class pulse.tasks.logs.LogEntry
getIdentifier, getPreviousEntry, getTime
-
-
-
-
Constructor Detail
-
DataLogEntry
public DataLogEntry(SearchTask task)
Creates a newDataLogEntrybased on the current values of the properties fromtaskwhich match the currently selectedLogFormat.- Parameters:
task- a task, which will be used to build theDataLogEntry
-
-