Class StringQueuedLogEntry

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

public class StringQueuedLogEntry extends BaseQueuedLogEntry
  • Field Details

    • value

      public final String value
  • Constructor Details

    • StringQueuedLogEntry

      public StringQueuedLogEntry(String key, long timestamp, String value)