| Interface | Description |
|---|---|
| AuditLoggingComponent |
AuditLoggingComponent is an interface that components can implement to indicate that they can make use of an audit log.
|
| ComponentDescription |
ComponentDescription is an interface implemented by a enum that describes the components using the audit log
|
| Class | Description |
|---|---|
| AuditLog |
AuditLog is the superclass of audit log implementations.
|
| AuditLog.AuditLogActivity |
Count up the number of records of each severity logged by a component.
|
| AuditLogDestination |
AuditLogDestination provides the support to push audit log records to the desired locations
for either storage or processing.
|
| AuditLogRecord |
AuditLogRecord provides a carrier for details about a single log record in the audit log.
|
| AuditLogReport |
AuditLogReport is a container for returning information about a hierarchy of audit logs.
|
| AuditLogReportingComponent |
AuditLogReportingComponent describes the component issuing the audit log record.
|
| MessageFormatter |
MessageFormatter is the superclass of audit log implementations.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.