Interface BankLogger

All Known Implementing Classes:
CSVBankLogger

public interface BankLogger
The core interface for all bank loggers, which may log all economy actions, with its defining (BankLogger.Operation)
Since:
2.15.3
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(BankLog log)
     
  • Method Details