ConsoleReportModule@Deprecated public class ConsoleExecutionLogger extends Object implements ExecutionLogger
ExecutionLogger implementation which writes the execution log to the
console.| Constructor and Description |
|---|
ConsoleExecutionLogger()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
logInvocation(String id,
int latency,
long startTime)
Deprecated.
|
void |
logSummary(String id,
long elapsedTime,
long invocationCount,
long startTime)
Deprecated.
|
public void logSummary(String id, long elapsedTime, long invocationCount, long startTime)
logSummary in interface ExecutionLoggerpublic void logInvocation(String id, int latency, long startTime)
logInvocation in interface ExecutionLoggerCopyright © 2019. All rights reserved.