| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.auditlog |
| Modifier and Type | Method and Description |
|---|---|
OMRSAuditLogRecordSeverity |
OMRSAuditCode.getSeverity()
Return the severity of the audit log record.
|
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 OMRS.
|
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 OMRS.
|
Copyright © 2017–2018 ODPi. All rights reserved.