org.databene.contiperf.log
Class FileExecutionLogger

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

Deprecated. Replaced with CSVSummaryReportModule

@Deprecated
public class FileExecutionLogger
extends Object
implements ExecutionLogger

ExecutionLogger implementation which writes the execution log to a file.

Created: 12.10.09 10:12:39

Since:
1.0
Author:
Volker Bergmann

Constructor Summary
FileExecutionLogger()
          Deprecated.  
FileExecutionLogger(String fileName)
          Deprecated.  
 
Method Summary
 long invocationCount()
          Deprecated.  
 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

FileExecutionLogger

public FileExecutionLogger()
Deprecated. 

FileExecutionLogger

public FileExecutionLogger(String fileName)
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

invocationCount

public long invocationCount()
Deprecated. 


Copyright © 2013. All Rights Reserved.