public interface Tracer
Currently this is supported by the database inserts, deleted, updates and selects.
| Modifier and Type | Method and Description |
|---|---|
void |
saveTrace(java.lang.String className,
java.lang.String workerId,
java.lang.String traceData)
saves the traceData to a source such as a log file or a database table.
|
void saveTrace(java.lang.String className,
java.lang.String workerId,
java.lang.String traceData)
className - - the name of the class that is calling the traceworkerId - - this is the identify of the workertraceData - - this is the data to be logged