|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.contiperf.log.FileExecutionLogger
CSVSummaryReportModule
@Deprecated public class FileExecutionLogger
ExecutionLogger
implementation which writes the execution log to a file.
Created: 12.10.09 10:12:39
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 |
---|
public FileExecutionLogger()
public FileExecutionLogger(String fileName)
Method Detail |
---|
public void logInvocation(String id, int latency, long startTime)
logInvocation
in interface ExecutionLogger
public void logSummary(String id, long elapsedTime, long invocationCount, long startTime)
logSummary
in interface ExecutionLogger
public long invocationCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |