Class AuditLog.AuditLogActivity
java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLog.AuditLogActivity
- Enclosing class:
- AuditLog
Count up the number of records of each severity logged by a component.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
countRecord
(int severityCode, String severityName) Update the maps with information about another log record.
-
Constructor Details
-
AuditLogActivity
public AuditLogActivity()
-
-
Method Details
-
countRecord
Update the maps with information about another log record.- Parameters:
severityCode
- severity code of the messageseverityName
- name associated with the severity code
-