Class CSVBankLogger
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.loggers.CSVBankLogger
- All Implemented Interfaces:
BankLogger
Logs all bank actions to one CSV file per day.
It accepts BankLog as a record
and uses the format from CSVBankLogger.CSVFormatter
Typical usage:
CSVBankLogger bankLogger = new CSVBankLogger(plugin);
bankLogger.log(new BankLog(sender, clan, economyResponse, operation, cause, amount));
- Since:
- 2.15.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sacredlabyrinth.phaed.simpleclans.loggers.BankLogger
BankLogger.Operation -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CSVBankLogger
-
-
Method Details
-
log
- Specified by:
login interfaceBankLogger
-
getLogger
-