Class FVTAuditLogDestination

java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
org.odpi.openmetadata.fvt.utilities.auditlog.FVTAuditLogDestination

public class FVTAuditLogDestination extends AuditLogDestination
FVTAuditLogDestination is the logging destination for FVT tests.
  • Constructor Details

    • FVTAuditLogDestination

      public FVTAuditLogDestination()
  • Method Details

    • addLogRecord

      public void addLogRecord(AuditLogRecord logRecord)
      Add the new log record to the audit log.
      Specified by:
      addLogRecord in class AuditLogDestination
      Parameters:
      logRecord - the log record
    • getAuditLogRecords

      public List<AuditLogRecord> getAuditLogRecords()
      Retrieve the AuditLogRecords collected from the client during testing.
      Returns:
      copy of the audit log records collected so far