All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payu.sdk.api.log.ApiLog Maven / Gradle / Ivy

The newest version!
package com.payu.sdk.api.log;

/** Simple logging abstraction for debug messages. */
public interface ApiLog {
  static final String TAG = "PayU-Android-SDK";

  /** ApiLog a debug message to the appropriate console. */
  void log(String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy