Class LogStore.Entry

java.lang.Object
ai.attackframework.tools.burp.ui.log.LogStore.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
LogStore

public static final class LogStore.Entry extends Object implements Serializable
Minimal event; repeats track consecutive duplicates.
See Also:
  • Field Details

  • Constructor Details

    • Entry

      public Entry(LocalDateTime ts, LogStore.Level level, String message)
      Creates a log entry with an initial repeat count of 1.

      Parameters:
      ts - timestamp of the event (required)
      level - log level (required)
      message - log message (nullable)
  • Method Details

    • repeats

      public int repeats()
      Number of consecutive duplicates represented by this entry (>= 1).