public interface Logger
| Modifier and Type | Field and Description |
|---|---|
static String |
LT_EXCEPTION |
static String |
LT_FAULT |
static String |
LT_FILESTART |
static String |
LT_INFO |
static String |
LT_MERCHCFG |
static String |
LT_PROXYCFG |
static String |
LT_REPLY |
static String |
LT_REQUEST |
static String |
LT_TRANSTART |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String type,
String text)
This is where the actual logging takes place.
|
void |
logTransactionStart()
This is where the entry that marks the start of the transaction should
be logged.
|
void |
prepare()
This is where any PER-TRANSACTION preparation should be done.
|
static final String LT_FILESTART
static final String LT_TRANSTART
static final String LT_MERCHCFG
static final String LT_PROXYCFG
static final String LT_REQUEST
static final String LT_REPLY
static final String LT_FAULT
static final String LT_INFO
static final String LT_EXCEPTION
void prepare()
throws ConfigException
ConfigException - if anything fails during preparation.void logTransactionStart()
Copyright © 2022. All rights reserved.