org.databene.contiperf.log
Class ConsoleExecutionLogger

java.lang.Object
  extended by org.databene.contiperf.log.ConsoleExecutionLogger
All Implemented Interfaces:
ExecutionLogger

Deprecated. replaced with ConsoleReportModule

@Deprecated
public class ConsoleExecutionLogger
extends Object
implements ExecutionLogger

ExecutionLogger implementation which writes the execution log to the console.

Created: 12.10.09 08:13:06

Since:
1.0
Author:
Volker Bergmann

Constructor Summary
ConsoleExecutionLogger()
          Deprecated.  
 
Method Summary
 void logInvocation(String id, int latency, long startTime)
          Deprecated.  
 void logSummary(String id, long elapsedTime, long invocationCount, long startTime)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleExecutionLogger

public ConsoleExecutionLogger()
Deprecated. 
Method Detail

logSummary

public void logSummary(String id,
                       long elapsedTime,
                       long invocationCount,
                       long startTime)
Deprecated. 
Specified by:
logSummary in interface ExecutionLogger

logInvocation

public void logInvocation(String id,
                          int latency,
                          long startTime)
Deprecated. 
Specified by:
logInvocation in interface ExecutionLogger


Copyright © 2013. All Rights Reserved.