一个简单的log工具类(主要学习如何上传library到jCenter)
compile 'com.mi.utils:cclog:1.0.1'CCLog.debug(true); //true:输出log信息 false:不输出log
CCLog.debug("defineTagName",true); //第一个参数:自定义tag名
CCLog.d("message")
CCLog.e("message")
CCLog.i("message")
...
| Name | Name | Last commit date | ||
|---|---|---|---|---|
一个简单的log工具类(主要学习如何上传library到jCenter)
compile 'com.mi.utils:cclog:1.0.1'CCLog.debug(true); //true:输出log信息 false:不输出log
CCLog.debug("defineTagName",true); //第一个参数:自定义tag名
CCLog.d("message")
CCLog.e("message")
CCLog.i("message")
...