public abstract class AuditLogDestination extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
originatorProperties |
| Modifier | Constructor and Description |
|---|---|
protected |
AuditLogDestination()
Default constructor for subclasses to give them an opportunity to build the
originator properties.
|
|
AuditLogDestination(Map<String,String> originatorProperties)
The normal constructor takes the description of the process/server that is using the
audit log.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addLogRecord(AuditLogRecord logRecord)
Log an audit log record for an event, decision, error, or exception detected by the
open metadata services.
|
Map<String,String> |
getOriginatorProperties()
Return the map of properties used to describe the originator process/server.
|
protected AuditLogDestination()
public Map<String,String> getOriginatorProperties()
public abstract void addLogRecord(AuditLogRecord logRecord)
logRecord - the log recordCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.