A categorized directory of libraries, tools, and projects for Android
A brand-new library for android about logging and loggers. Briefly, It's used to transform something like this
Log.e("MyTag1", String.valueOf(X)); Log.e("MyTag2", "Message", thr);
in something like this
loge(X, thr)
No comments:
Post a Comment