You can visit The website
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.
If you have any question, please write it.
If you interesting in it and want to contribute, i will be glad for that.