EventLog¶
-
public class
EventLog¶ The
EventLogclass represents a single, logged event record, that is persisted in the database.
Constructors¶
EventLog¶
-
public
EventLog(String subject, Map<String, Object> parameters, DateTime timeStamp)¶ Creates a new instance of
EventLog, with all fields set to the values specified in the parameters.Parameters: - subject – the event subject
- parameters – map of key-value pairs representing the event parameters
- timeStamp – the date/time at which the event occurred