Class BooleanQueuedLogEntry

java.lang.Object
dev.doglog.internal.log_thread.entries.BaseQueuedLogEntry
dev.doglog.internal.log_thread.entries.BooleanQueuedLogEntry

public class BooleanQueuedLogEntry extends BaseQueuedLogEntry
  • Field Details

    • value

      public final boolean value
  • Constructor Details

    • BooleanQueuedLogEntry

      public BooleanQueuedLogEntry(String key, long timestamp, boolean value)