Class FVTAuditLogDestination
java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
org.odpi.openmetadata.fvt.utilities.auditlog.FVTAuditLogDestination
public class FVTAuditLogDestination
extends org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
FVTAuditLogDestination is the logging destination for FVT tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogRecord(org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord logRecord) Add the new log record to the audit log.List<org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord>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
public void addLogRecord(org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord logRecord) Add the new log record to the audit log.- Specified by:
addLogRecordin classorg.odpi.openmetadata.frameworks.auditlog.AuditLogDestination- 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
-