Class AuditLog.AuditLogActivity
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.auditlog.AuditLog.AuditLogActivity
-
-
Constructor Summary
Constructors Constructor Description AuditLogActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcountRecord(int severityCode, String severityName)Update the maps with information about another log record.
-
-
-
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 messageseverityName- name associated with the severity code
-
-