public class VolleyLog extends Object
<android-sdk>/platform-tools/adb shell setprop log.tag.Volley VERBOSE
Constructor and Description |
---|
VolleyLog() |
Modifier and Type | Method and Description |
---|---|
static void |
d(String format,
Object... args) |
static void |
e(String format,
Object... args) |
static void |
e(Throwable tr,
String format,
Object... args) |
static void |
setTag(String tag)
Customize the log tag for your application, so that other apps
using Volley don't mix their logs with yours.
|
static void |
v(String format,
Object... args) |
static void |
wtf(String format,
Object... args) |
static void |
wtf(Throwable tr,
String format,
Object... args) |
public static String TAG
public static boolean DEBUG
public static void setTag(String tag)
adb shell setprop log.tag.<tag>