com.payu.sdk.api.log.Logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
A fresh implementation of the PayU API Client for Android
The newest version!
package com.payu.sdk.api.log;
public class Logger {
public static ApiLog getLog() {
return Platform.get().defaultLog();
}
}