All Classes and Interfaces

Class
Description
AuditLog is the superclass of audit log implementations.
Count up the number of records of each severity logged by a component.
AuditLogDestination provides the support to push audit log records to the desired locations for either storage or processing.
AuditLoggingComponent is an interface that components can implement to indicate that they can make use of an audit log.
AuditLogMessageDefinition extends MessageDefinition to provide a container that describes a single instance of a message for an audit log record.
AuditLogMessageSet is the interface implemented by an enum that contains the collection of message definitions for a component.
AuditLogRecord provides a carrier for details about a single log record in the audit log.
AuditLogRecordSeverity defines the different levels of severity for log records stored in an AuditLogRecord.
AuditLogRecordSeverityLevel defines the different levels of severity for log records stored in the AuditLogRecord.
AuditLogReport is a container for returning information about a hierarchy of audit logs.
AuditLogReportingComponent describes the component issuing the audit log record.
ComponentDescription is an interface implemented by an enum that describes the components using the audit log
ComponentDevelopmentStatus describes the development status of a component.
ExceptionMessageDefinition extends MessageDefinition to provide a container that describes a single instance of a message for an exception.
ExceptionMessageSet is the interface implemented by an enum that contains the collection of message definitions for a component's exceptions.
MessageDefinition is a container that describes a single instance of a message.
MessageFormatter is the superclass of audit log implementations.