| 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 |
OMRSAuditLogDestination.logException(OMRSAuditLogReportingComponent reportingComponent,
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.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 |
OMRSAuditLogDestination.logRecord(OMRSAuditLogReportingComponent reportingComponent,
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.
|
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–2020 ODPi. All rights reserved.