|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GenericAsyncCoalescingStatisticsAppender.GroupedTimingStatisticsHandler
The GroupedTimingStatisticsHandler defines a callback interface so that logging-framework-specific implementations can decide what to do with the coalesced GroupedTimingStatistics.
| Method Summary | |
|---|---|
void |
error(String errorMessage)
This method is called whenever an error occurs that should be handled in a logging-framework specific manner. |
void |
handle(GroupedTimingStatistics statistics)
This callback method is called for each GroupedTimingStatistics instance that is formed by coalescing individual StopWatch messages from the logs. |
| Method Detail |
|---|
void handle(GroupedTimingStatistics statistics)
statistics - The GroupedTimingStatistics instance.void error(String errorMessage)
errorMessage - The message that describes the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||