Class BaseQueuedLogEntry
java.lang.Object
dev.doglog.internal.log_thread.entries.BaseQueuedLogEntry
- Direct Known Subclasses:
BooleanArrayQueuedLogEntry, BooleanQueuedLogEntry, DoubleArrayQueuedLogEntry, DoubleArrayWithUnitQueuedLogEntry, DoubleQueuedLogEntry, DoubleWithUnitQueuedLogEntry, FloatArrayQueuedLogEntry, FloatArrayWithUnitQueuedLogEntry, FloatQueuedLogEntry, FloatWithUnitQueuedLogEntry, IntegerArrayQueuedLogEntry, IntegerArrayWithUnitQueuedLogEntry, IntegerQueuedLogEntry, IntegerWithUnitQueuedLogEntry, StringArrayQueuedLogEntry, StringCustomTypeQueuedLogEntry, StringQueuedLogEntry, StructArrayQueuedLogEntry, StructQueuedLogEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseQueuedLogEntry(EntryType type, String key, long timestamp) -
Method Summary
-
Field Details
-
type
-
key
-
timestamp
public final long timestamp
-
-
Constructor Details
-
BaseQueuedLogEntry
-