| Package | Description |
|---|---|
| com.helger.photon.basic.audit |
| 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 |
|---|---|
IAuditor |
IAuditManager.getAuditor() |
static IAuditor |
AuditHelper.getAuditor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuditHelper.setAuditor(IAuditor aAuditor)
Set the global auditor to use.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.