Class LogEntry
java.lang.Object
games.stendhal.tools.loganalyser.itemlog.consistency.LogEntry
represents an entry of the itemlog table.
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogEntry
public LogEntry(String id, String timestamp, String itemid, String source, String event, String param1, String param2, String param3, String param4) Creates a new LogEntry.- Parameters:
id-timestamp- timestampitemid- id of the itemsource- name of playerevent- name of eventparam1- additional param1param2- additional param2param3- additional param3param4- additional param4
-
-
Method Details