| Package | Description |
|---|---|
| com.helger.photon.audit | |
| com.helger.photon.audit.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditor
Abstract base class for interface
IAuditor. |
class |
AsynchronousAuditor
The class handles audit items asynchronously.
|
class |
DoNothingAuditor
An implementation of
IAuditor that does nothing |
class |
LoggingAuditor
An implementation of
IAuditor using SLF4J logging. |
class |
SimpleAuditManager
The class handles audit actions in a very simple way.
|
| Modifier and Type | Method and Description |
|---|---|
static IAuditor |
AuditHelper.getAuditor() |
IAuditor |
DoNothingAuditManager.getAuditor() |
IAuditor |
IAuditManager.getAuditor() |
IAuditor |
IAuditManager.getAuditor() |
IAuditor |
DoNothingAuditManager.getAuditor() |
static IAuditor |
AuditHelper.getAuditor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuditHelper.setAuditor(IAuditor aAuditor)
Set the global auditor to use.
|
static void |
AuditHelper.setAuditor(IAuditor aAuditor)
Set the global auditor to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Audit2Bridge
Implementation of V1
IAuditor in terms of V2 AuditEvent etc. |
Copyright © 2014–2023 Philip Helger. All rights reserved.