Package org.javarosa.core.log
Class LogEntry
java.lang.Object
org.javarosa.core.log.LogEntry
- All Implemented Interfaces:
Externalizable
public class LogEntry extends Object implements Externalizable
- Author:
- Clayton Sims
-
Field Summary
Fields Modifier and Type Field Description static StringLOG_TYPE_ACTIVITYstatic StringLOG_TYPE_APPLICATIONstatic StringSTORAGE_KEY -
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringgetMessage()DategetTime()StringgetType()voidreadExternal(DataInputStream in, PrototypeFactory pf)voidwriteExternal(DataOutputStream out)
-
Field Details
-
Constructor Details
-
Method Details
-
getTime
- Returns:
- the time
-
getType
- Returns:
- the type
-
getMessage
- Returns:
- the message
-
readExternal
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionDeserializationException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-