public class LoggingProfilerEventHandler extends java.lang.Object implements ProfilerEventHandler
| Constructor and Description |
|---|
LoggingProfilerEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeEvent(ProfilerEvent evt) |
void |
destroy() |
void |
init(Log log) |
void |
processEvent(byte eventType,
Session session,
Query query,
Resultset resultSet,
long eventDuration,
java.lang.Throwable eventCreationPoint,
java.lang.String message) |
public void consumeEvent(ProfilerEvent evt)
consumeEvent in interface ProfilerEventHandlerpublic void destroy()
destroy in interface ProfilerEventHandlerpublic void init(Log log)
init in interface ProfilerEventHandlerpublic void processEvent(byte eventType,
Session session,
Query query,
Resultset resultSet,
long eventDuration,
java.lang.Throwable eventCreationPoint,
java.lang.String message)
processEvent in interface ProfilerEventHandler