Interface Logger


public interface Logger
Interface zum Logging von Nachrichten innerhalb der Kommunikation mit GiroCheckout
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String msg)
    Schreibt eine Nachricht
  • Method Details

    • log

      void log(String msg)
      Schreibt eine Nachricht
      Parameters:
      msg - - Text der geloogt werden soll