Interface AuditLogRecordSeverity


  • public interface AuditLogRecordSeverity
    AuditLogRecordSeverity defines the different levels of severity for log records stored in an AuditLogRecord.
    • Method Detail

      • getOrdinal

        int getOrdinal()
        Return the code for this enum.
        Returns:
        int numeric for this enum
      • getName

        String getName()
        Return the name of this enum.
        Returns:
        String name
      • getDescription

        String getDescription()
        Return the default description of this enum. This description is in English. Natural language translations can be created using a Resource Bundle indexed by the severity code. This description is a fall back when the resource bundle is not available.
        Returns:
        String default description