类 | |
| class | MarkerLog |
静态 Public 成员函数 | |
| static void | setTag (String tag) |
| static void | v (String format, Object...args) |
| 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 | wtf (String format, Object...args) |
| static void | wtf (Throwable tr, String format, Object...args) |
静态 Public 属性 | |
| static String | TAG = "Volley" |
| static boolean | DEBUG = Log.isLoggable(TAG, Log.VERBOSE) |
静态 Private 成员函数 | |
| static String | buildMessage (String format, Object...args) |
Logging helper class.
|
inlinestaticprivate |
Formats the caller's provided message and prepends useful info like calling thread ID and method name.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Customize the log tag for your application, so that other apps using Volley don't mix their logs with yours.
Enable the log property for your tag before starting your app:
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
1.8.8