Skip to content

一个简单的log信息工具类(主要学习如何上传lib到jCenter)

License

Notifications You must be signed in to change notification settings

Android-MI/XLog

Repository files navigation

XLog

License Download

一个简单的log工具类(主要学习如何上传library到jCenter)

1. 如何添加

在app目录下的build.gradle中添加依赖

compile 'com.mi.utils:cclog:1.0.1'

2. 设置是否输出信息

在项目的Application或入口处

CCLog.debug(true); //true:输出log信息 false:不输出log
CCLog.debug("defineTagName",true); //第一个参数:自定义tag名

3. 直接使用

常见Log打印级别信息

CCLog.d("message")
CCLog.e("message")
CCLog.i("message")
...

About

一个简单的log信息工具类(主要学习如何上传lib到jCenter)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages