Package com.biglybt.core.logging
Class LogEvent
java.lang.Object
com.biglybt.core.logging.LogEvent
Container to hold Log Event information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
Type of entry, usually one of Event.LT_* constantsError related to eventfinal LogIDs
Log ID, categorizing the eventstatic final int
static final int
static final int
final Object[]
A list of events that this entry is related toText of the eventDate and Time this event occurred -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
LT_INFORMATION
public static final int LT_INFORMATION- See Also:
-
LT_WARNING
public static final int LT_WARNING- See Also:
-
LT_ERROR
public static final int LT_ERROR- See Also:
-
timeStamp
Date and Time this event occurred -
logID
Log ID, categorizing the event -
entryType
public final int entryTypeType of entry, usually one of Event.LT_* constants -
text
Text of the event -
err
Error related to event
-
-
Constructor Details
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-
LogEvent
-