Class AdyenLogKt
-
- All Implemented Interfaces:
public final class AdyenLogKt
-
-
Method Summary
Modifier and Type Method Description final static UnitadyenLog(Object $self, AdyenLogLevel level, Throwable throwable, Function0<String> log)final static UnitadyenLog(AdyenLogLevel level, String tag, Throwable throwable, Function0<String> log)This is only meant for top level function where we cannot access this.-
-
Method Detail
-
adyenLog
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit adyenLog(Object $self, AdyenLogLevel level, Throwable throwable, Function0<String> log)
-
adyenLog
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit adyenLog(AdyenLogLevel level, String tag, Throwable throwable, Function0<String> log)
This is only meant for top level function where we cannot access
this.
-
-
-
-