Interface ITraceEntry


public interface ITraceEntry
Represents a single trace entry.
Since:
9.2
Author:
A.Pragt
  • Method Details

    • getApplicationId

      String getApplicationId()
      Returns the application id of the trace message, not null
      Returns:
      The application id
    • getType

      String getType()
      Returns the Type of the trace message, not null.
      Returns:
      The type of the message.
    • getDate

      Date getDate()
      Returns the date of the message, not null.
      Returns:
      the date of the message.
    • getPropertyNames

      String[] getPropertyNames()
      Returns the names of the properties, not null.
      Returns:
      The property names.
    • getPropertyValue

      IValue getPropertyValue(String name)
      Returns the value of a property, null if no value is present
      Parameters:
      name - The name of the property, not null.
      Returns:
      The value of the property, null if no value is present