Class AuditLogDestinationService
java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
org.odpi.openmetadata.userinterface.uichassis.springboot.service.view.AuditLogDestinationService
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
originatorProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLogRecord
(AuditLogRecord logRecord) Log an audit log record for an event, decision, error, or exception detected by the open metadata services.Methods inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
getOriginatorProperties
-
Constructor Details
-
AuditLogDestinationService
public AuditLogDestinationService()
-
-
Method Details
-
addLogRecord
Description copied from class:AuditLogDestination
Log an audit log record for an event, decision, error, or exception detected by the open metadata services.- Specified by:
addLogRecord
in classAuditLogDestination
- Parameters:
logRecord
- the log record
-