public class LogEntry extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_TYPE_ACTIVITY |
static String |
LOG_TYPE_APPLICATION |
static String |
STORAGE_KEY |
| Constructor and Description |
|---|
LogEntry()
NOTE: For serialization purposes only
|
LogEntry(String type,
String message,
Date time) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Date |
getTime() |
String |
getType() |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
public static final String STORAGE_KEY
public static String LOG_TYPE_APPLICATION
public static String LOG_TYPE_ACTIVITY
public Date getTime()
public String getType()
public String getMessage()
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizableIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2024. All rights reserved.