Class FVTAuditLogDestination
java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
org.odpi.openmetadata.fvt.utilities.auditlog.FVTAuditLogDestination
FVTAuditLogDestination is the logging destination for FVT tests.
- 
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
originatorProperties - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogRecord(AuditLogRecord logRecord) Add the new log record to the audit log.Retrieve the AuditLogRecords collected from the client during testing.Methods inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
getOriginatorProperties 
- 
Constructor Details
- 
FVTAuditLogDestination
public FVTAuditLogDestination() 
 - 
 - 
Method Details
- 
addLogRecord
Add the new log record to the audit log.- Specified by:
 addLogRecordin classAuditLogDestination- Parameters:
 logRecord- the log record
 - 
getAuditLogRecords
Retrieve the AuditLogRecords collected from the client during testing.- Returns:
 - copy of the audit log records collected so far
 
 
 -