| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.auditlog |
| Modifier and Type | Method and Description |
|---|---|
static OMRSAuditLogRecordSeverity |
OMRSAuditLogRecordSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSAuditLogRecordSeverity[] |
OMRSAuditLogRecordSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSAuditLog.logException(String actionDescription,
String logMessageId,
OMRSAuditLogRecordSeverity severity,
String logMessage,
String additionalInformation,
String systemAction,
String userAction,
Throwable caughtException)
Log details of an unexpected exception detected by the open metadata modules.
|
void |
OMRSAuditLog.logRecord(String actionDescription,
String logMessageId,
OMRSAuditLogRecordSeverity severity,
String logMessage,
String additionalInformation,
String systemAction,
String userAction)
Log an audit log record for an event, decision, error, or exception detected by the open
metadata services.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.