public class StandardRequestReporter extends DefaultRequestReporter
| Constructor and Description |
|---|
StandardRequestReporter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
reportMessage(String message)
Reports the prepared message through the method
Manager.message(String) - can be overridden
to emit the message to log/console/etc. |
protected boolean |
shouldBeAddedStopwatchInfo(ReporterStopwatchInfo info)
Decides whether stopwatch info should be included in the report - by default all are included.
|
isSignificantSplit, reportRequest, setSimonServletFilterpublic StandardRequestReporter()
protected void reportMessage(String message)
DefaultRequestReporterManager.message(String) - can be overridden
to emit the message to log/console/etc.reportMessage in class DefaultRequestReportermessage - prepared message with reportprotected boolean shouldBeAddedStopwatchInfo(ReporterStopwatchInfo info)
DefaultRequestReportershouldBeAddedStopwatchInfo in class DefaultRequestReporterinfo - stopwatch info contains list of all splits, max split and total time of splits for the reported requestCopyright © 2019. All rights reserved.