Class AuditLog.AuditLogActivity

java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLog.AuditLogActivity
Enclosing class:
AuditLog

public static class AuditLog.AuditLogActivity extends Object
Count up the number of records of each severity logged by a component.
  • Constructor Details

    • AuditLogActivity

      public AuditLogActivity()
  • Method Details

    • countRecord

      public void countRecord(int severityCode, String severityName)
      Update the maps with information about another log record.
      Parameters:
      severityCode - severity code of the message
      severityName - name associated with the severity code