public interface Recorder
A recorder is added in the framework thanks to the service factory
[src folder]/META-INF/services/ej.trace.Recorder:
ej.xxx.XXXRecorderwhere
XXXRecorder is an implementation of this interface.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup()
Gets the name of the group that the recorder manages.
|
void |
recordEvent(int eventId,
int... values)
Records an event.
|
void |
recordEventEnd(int eventId,
int... values)
Records an "end" event.
|
java.lang.String getGroup()
void recordEvent(int eventId,
int... values)
eventId - the event identifiervalues - the event parametersvoid recordEventEnd(int eventId,
int... values)
eventId - the "end" event identifiervalues - the "end" event parameters