org.jboss.dtf.testframework.coordinator2.auditlog
Class AuditLog
java.lang.Object
org.jboss.dtf.testframework.coordinator2.auditlog.AuditLog
public class AuditLog
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditLog
public AuditLog(RunUID runId)
throws java.io.IOException
- Throws:
java.io.IOException
addLog
public void addLog(AuditLogEntry entry)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
getAuditFilename
public static final java.lang.String getAuditFilename(RunUID runId)
createLogEntry
public static AuditLogEntry createLogEntry(java.lang.String testName,
java.lang.String permutationCode)