Class DataLogEntry

  • All Implemented Interfaces:
    Serializable

    public class DataLogEntry
    extends LogEntry

    A LogEntry with a list of NumericProperties. Can be created from a SearchTask. The output is accessible via the toString() method.

    See Also:
    Serialized Form
    • Constructor Detail

      • DataLogEntry

        public DataLogEntry​(SearchTask task)
        Creates a new DataLogEntry based on the current values of the properties from task which match the currently selected LogFormat.
        Parameters:
        task - a task, which will be used to build the DataLogEntry
    • Method Detail

      • toString

        public String toString()
        This String will be displayed by the LogPane if the verbose log option is enabled.
        Overrides:
        toString in class Object
        See Also:
        pulse.ui.components.LogPane