org.databene.contiperf.log
Class EmptyExecutionLogger

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

Deprecated. Replaced with EmptyReportModule

@Deprecated
public class EmptyExecutionLogger
extends Object
implements ExecutionLogger

Empty implementation of the ExecutionLogger interface.

Created: 01.04.2010 12:05:53

Since:
1.01
Author:
Volker Bergmann

Constructor Summary
EmptyExecutionLogger()
          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

EmptyExecutionLogger

public EmptyExecutionLogger()
Deprecated. 
Method Detail

logInvocation

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

logSummary

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


Copyright © 2013. All Rights Reserved.