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 ProfilerEventHandler
public void destroy()
destroy
in interface ProfilerEventHandler
public void init(Log log)
init
in interface ProfilerEventHandler
public void processEvent(byte eventType, Session session, Query query, Resultset resultSet, long eventDuration, java.lang.Throwable eventCreationPoint, java.lang.String message)
processEvent
in interface ProfilerEventHandler