Class IntegerArrayWithUnitQueuedLogEntry

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

public class IntegerArrayWithUnitQueuedLogEntry extends BaseQueuedLogEntry
  • Field Details

    • value

      public final long[] value
    • unit

      public final String unit
  • Constructor Details

    • IntegerArrayWithUnitQueuedLogEntry

      public IntegerArrayWithUnitQueuedLogEntry(String key, long timestamp, long[] value, String unit)