public class Actalog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RSS_NAME |
Constructor and Description |
---|
Actalog() |
Actalog(long autoIncrementValue) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
EventLogs |
eventLogs() |
long |
lastId() |
EventLog |
logEvent(EventLog.Category category,
java.lang.String... arguments) |
long |
nextId() |
void |
purge(int days) |
void |
resetLastId() |
java.lang.String |
toRSS(int feedSize,
java.util.Locale locale,
java.lang.String websiteUrl) |
java.lang.String |
toString(EventLog source,
java.util.Locale locale) |
public static final java.lang.String RSS_NAME
public void clear()
public EventLogs eventLogs()
public long lastId()
public EventLog logEvent(EventLog.Category category, java.lang.String... arguments)
public long nextId()
public void purge(int days)
public void resetLastId()
public java.lang.String toRSS(int feedSize, java.util.Locale locale, java.lang.String websiteUrl) throws java.io.IOException
language
- java.io.IOException
public java.lang.String toString(EventLog source, java.util.Locale locale)
source
- locale
-