| Modifier and Type | Method and Description |
|---|---|
File |
MerchantConfig.getKeyFile()
Returns a File object representing the key file.
|
File |
MerchantConfig.getLogFile()
Returns a File object representing the log file.
|
static void |
SecurityUtil.loadMerchantP12File(MerchantConfig merchantConfig,
Logger logger)
Method loads the Merchant P12 key.
|
void |
LoggerImpl.prepare()
Prepares the file by checking if it has reached the maximum size and if
so, archives it.
|
void |
LoggerWrapper.prepare()
Calls the encapsulated Logger object's prepare() method.
|
void |
Logger.prepare()
This is where any PER-TRANSACTION preparation should be done.
|
| Constructor and Description |
|---|
LoggerWrapper(Logger _logger,
boolean _prepare,
boolean _logTranStart,
MerchantConfig _mc) |
MerchantConfig(Properties _props,
String _merchantID) |
Copyright © 2022. All rights reserved.