| Interface | Description |
|---|---|
| IAuditActionStringProvider |
Interface that is used to convert audit parameters to an audit string
|
| IAuditItem |
Base interface for a single audit item
|
| IAuditManager |
Interface for a manager that can handle audit items.
|
| IAuditor |
Main interface for an auditing service.
|
| Class | Description |
|---|---|
| AbstractAuditor |
Abstract base class for interface
IAuditor. |
| AsynchronousAuditor |
The class handles audit items asynchronously.
|
| AuditHelper |
Simplify system auditing calls.
|
| AuditItem |
Represents a single change item
|
| AuditItemList |
Manages a list of
IAuditItem objects. |
| AuditItemMicroTypeConverter |
Convert
AuditItem objects to IMicroElement and vice versa. |
| AuditManager |
The class handles all system audit actions.
|
| DoNothingAuditManager |
A specific implementation of
IAuditManager that does nothing. |
| DoNothingAuditor |
An implementation of
IAuditor that does nothing |
| LoggingAuditor |
An implementation of
IAuditor using SLF4J logging. |
| SimpleAuditManager |
The class handles audit actions in a very simple way.
|
| Enum | Description |
|---|---|
| EAuditActionType |
Determines the different types of actions of an audit item.
|
Copyright © 2014–2023 Philip Helger. All rights reserved.