Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.auditlog | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLoggerAuditLog
Implementation of
AuditLog that redirects to the default logger. |
class |
ScpCfAuditLog
Implementation of audit logging that uses the Cloud Foundry (HANA XS) library.
|
class |
ScpNeoAuditLog
Implementation of audit logging that uses the SAP CP Neo library.
|
Modifier and Type | Method and Description |
---|---|
AuditLog |
AuditLogFacade.getAuditLog()
Returns an instance of
AuditLog . |
static AuditLog |
AuditLogger.getAuditLog()
Getter for the current
AuditLog implementation. |
AuditLog |
ScpCfAuditLogFacade.getAuditLog()
Returns an instance of
AuditLog . |
AuditLog |
ScpNeoAuditLogFacade.getAuditLog()
Returns an instance of
AuditLog . |
Modifier and Type | Method and Description |
---|---|
Class<? extends AuditLog> |
AuditLogFacade.getAuditLogClass()
Returns the platform-specific implementation class of
AuditLog . |
Class<? extends AuditLog> |
ScpCfAuditLogFacade.getAuditLogClass()
Returns the platform-specific implementation class of
AuditLog . |
Class<? extends AuditLog> |
ScpNeoAuditLogFacade.getAuditLogClass()
Returns the platform-specific implementation class of
AuditLog . |
Modifier and Type | Method and Description |
---|---|
AuditLog |
MockUtil.mockAuditLog()
Mocks the
AuditLog , redirecting to DefaultLoggerAuditLog within tests. |
AuditLog |
MockUtil.mockAuditLog(AuditLog delegate)
|
Modifier and Type | Method and Description |
---|---|
AuditLog |
MockUtil.mockAuditLog(AuditLog delegate)
|
Copyright © 2019 SAP SE. All rights reserved.