Package com.mixpanel.android.util
Class MPLog
java.lang.Object
com.mixpanel.android.util.MPLog
-
Field Details
-
VERBOSE
public static final int VERBOSE- See Also:
-
DEBUG
public static final int DEBUG- See Also:
-
INFO
public static final int INFO- See Also:
-
WARN
public static final int WARN- See Also:
-
ERROR
public static final int ERROR- See Also:
-
NONE
public static final int NONE- See Also:
-
-
Constructor Details
-
MPLog
public MPLog()
-
-
Method Details
-
setLevel
public static void setLevel(int minLevel) -
getLevel
public static int getLevel() -
v
-
v
-
d
-
d
-
i
-
i
-
w
-
w
-
e
-
e
-