Uses of Class
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogRecordSeverity
-
Packages that use OMRSAuditLogRecordSeverity Package Description org.odpi.openmetadata.repositoryservices.auditlog -
-
Uses of OMRSAuditLogRecordSeverity in org.odpi.openmetadata.repositoryservices.auditlog
Methods in org.odpi.openmetadata.repositoryservices.auditlog that return OMRSAuditLogRecordSeverity Modifier and Type Method Description static OMRSAuditLogRecordSeverityOMRSAuditLogRecordSeverity. 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.Methods in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditLogRecordSeverity Modifier and Type Method Description voidOMRSAuditLog. 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.voidOMRSAuditLog. 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.
-