Uses of Class
org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
-
Packages that use AuditLogDestination Package Description org.odpi.openmetadata.frameworks.auditlog -
-
Uses of AuditLogDestination in org.odpi.openmetadata.frameworks.auditlog
Constructors in org.odpi.openmetadata.frameworks.auditlog with parameters of type AuditLogDestination Constructor Description AuditLog(AuditLogDestination destination, int componentId, String componentName, String componentDescription, String componentWikiURL)Typical constructor: each component using the audit log will create their own AuditLog instance and will push log records to it.AuditLog(AuditLogDestination destination, ComponentDescription reportingComponent)Constructor used to create the root audit log for a process/server
-