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

android.util.Log Maven / Gradle / Ivy

package android.util;

public final class Log {
    public static int d(String tag, String msg) {return 0;}
    public static int d(String tag, String msg, Throwable tr) {return 0;}
    public static int e(String tag, String msg) {return 0;}
    public static int e(String tag, String msg, Throwable tr) {return 0;}
    public static int i(String tag, String msg) {return 0;}
    public static int i(String tag, String msg, Throwable tr) {return 0;}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy