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