Class LogEvent


  • public class LogEvent
    extends Object
    • Constructor Detail

      • LogEvent

        public LogEvent​(Date timestamp,
                        String event,
                        String description)
    • Method Detail

      • getDescription

        public String getDescription()
      • getEvent

        public String getEvent()
      • getTimestamp

        public Date getTimestamp()