Package me.totalfreedom.economy
Interface TransactionLogger
public interface TransactionLogger
A class that intercepts transactions after they are completed and logs them to a data point
-
Method Summary
Modifier and TypeMethodDescriptionvoidlogTransaction(CompletedTransaction completedTransaction) Logs a completed transaction
-
Method Details
-
logTransaction
Logs a completed transaction- Parameters:
completedTransaction- the completed transaction to log
-