Skip to content

wang0818/LogUtils

 
 

Repository files navigation

#logutils 1,显示Log日志的类名,方法名,行数 2,点击行数,调转到对应源码、 #use 1,LogUtil.TAG 修改filter的名字 2,LogUtil.DEBUG 修改是否开启日志(默认true)

#config Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

    allprojects {
    		repositories {
    			...
    			maven { url "https://jitpack.io" }
    		}
    	}

Step 2. Add the dependency

    dependencies {
    	        compile 'com.github.ecliujianbo:LogUtils:v1.0.2'
    	}

About

Log日志工具类,点击Log可以跳转到相应的源码位置。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%