Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 510 Bytes

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.