Skip to content

ucsunup/EasyLog

Repository files navigation

EasyLog

You can visit The website

Use

EasyLog is a util for logging info with Android.

@Loga
public void getData() {
	// do sth
	Logi.d();
}

@Loga(level = Level.DEBUG, printArgs = true)
public void setData() {
    // do sth
}

For more details see EasyLog.

QA

If you have any question, please write it.

Contribute

If you interesting in it and want to contribute, i will be glad for that.

About

Android EasyLog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published