Class StringCustomTypeQueuedLogEntry

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

public class StringCustomTypeQueuedLogEntry extends BaseQueuedLogEntry
  • Field Details

    • value

      public final String value
    • customTypeString

      public final String customTypeString
  • Constructor Details

    • StringCustomTypeQueuedLogEntry

      public StringCustomTypeQueuedLogEntry(String key, long timestamp, String value, String customTypeString)