Package com.girosolution.girocheckout
Interface Logger
public interface Logger
Interface zum Logging von Nachrichten innerhalb der Kommunikation mit
GiroCheckout
-
Method Summary
Modifier and Type Method Description void
log(java.lang.String msg)
Schreibt eine Nachricht
-
Method Details
-
log
void log(java.lang.String msg)Schreibt eine Nachricht- Parameters:
msg
- - Text der geloogt werden soll
-