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, setSimonServletFilter
public StandardRequestReporter()
protected void reportMessage(String message)
DefaultRequestReporter
Manager.message(String)
- can be overridden
to emit the message to log/console/etc.reportMessage
in class DefaultRequestReporter
message
- prepared message with reportprotected boolean shouldBeAddedStopwatchInfo(ReporterStopwatchInfo info)
DefaultRequestReporter
shouldBeAddedStopwatchInfo
in class DefaultRequestReporter
info
- stopwatch info contains list of all splits, max split and total time of splits for the reported requestCopyright © 2019. All rights reserved.