Class IEventLogger.EventInfo

  • Enclosing interface:
    IEventLogger

    public static class IEventLogger.EventInfo
    extends Object
    A wrapper for the fields that we would log.
    • Constructor Detail

      • EventInfo

        public EventInfo​(long ts,
                         String component,
                         int task,
                         Object messageId,
                         List<Object> values)
    • Method Detail

      • getTs

        public long getTs()
      • getComponent

        public String getComponent()
      • getTask

        public int getTask()
      • getMessageId

        public Object getMessageId()
      • toString

        public String toString()
        Returns a default formatted string with fields separated by ",".
        Overrides:
        toString in class Object
        Returns:
        a default formatted string with fields separated by ","