Class 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 Detail

      • AuditLogActivity

        public AuditLogActivity()
    • Method Detail

      • 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