AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
| 静态 Public 成员函数 | 静态 Public 属性 | 静态 Private 成员函数 | 所有成员列表
com.ab.network.toolbox.VolleyLog类 参考

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.

成员函数说明

static String com.ab.network.toolbox.VolleyLog.buildMessage ( String  format,
Object...  args 
)
inlinestaticprivate

Formats the caller's provided message and prepends useful info like calling thread ID and method name.

static void com.ab.network.toolbox.VolleyLog.d ( String  format,
Object...  args 
)
inlinestatic
static void com.ab.network.toolbox.VolleyLog.e ( String  format,
Object...  args 
)
inlinestatic
static void com.ab.network.toolbox.VolleyLog.e ( Throwable  tr,
String  format,
Object...  args 
)
inlinestatic
static void com.ab.network.toolbox.VolleyLog.setTag ( String  tag)
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:

adb shell setprop log.tag.<tag>
static void com.ab.network.toolbox.VolleyLog.v ( String  format,
Object...  args 
)
inlinestatic
static void com.ab.network.toolbox.VolleyLog.wtf ( String  format,
Object...  args 
)
inlinestatic
static void com.ab.network.toolbox.VolleyLog.wtf ( Throwable  tr,
String  format,
Object...  args 
)
inlinestatic

类成员变量说明

boolean com.ab.network.toolbox.VolleyLog.DEBUG = Log.isLoggable(TAG, Log.VERBOSE)
static
String com.ab.network.toolbox.VolleyLog.TAG = "Volley"
static

该类的文档由以下文件生成: