public class EventLog
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EventLog.Category |
Constructor and Description |
---|
EventLog(long id,
org.joda.time.DateTime time,
EventLog.Category category,
java.lang.String... arguments) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getArguments() |
EventLog.Category |
getCategory() |
long |
getId() |
org.joda.time.DateTime |
getTime() |
public EventLog(long id, org.joda.time.DateTime time, EventLog.Category category, java.lang.String... arguments)
category
- event
- comment
- public java.lang.String[] getArguments()
public EventLog.Category getCategory()
public long getId()
public org.joda.time.DateTime getTime()