org.databene.contiperf
Interface ExecutionLogger

All Known Implementing Classes:
ConsoleExecutionLogger, EmptyExecutionLogger, FileExecutionLogger, ListExecutionLogger

Deprecated. Replaced with ReportModule. When using a predefined ExecutionLogger, replace it with the corresponding ReportModule. If the old version was

@Deprecated
public interface ExecutionLogger

Deprecated Observer interface for ContiPerf 1.x.

Created: 12.10.2009 08:11:23

Since:
1.0
Author:
Volker Bergmann

Method Summary
 void logInvocation(String id, int latency, long startTime)
          Deprecated.  
 void logSummary(String id, long elapsedTime, long invocationCount, long startTime)
          Deprecated.  
 

Method Detail

logInvocation

void logInvocation(String id,
                   int latency,
                   long startTime)
Deprecated. 

logSummary

void logSummary(String id,
                long elapsedTime,
                long invocationCount,
                long startTime)
Deprecated. 


Copyright © 2013. All Rights Reserved.