- Major structural changes
- Logger.e(Exception) is removed
- Varargs for String format added
void d(String message, Object... args)
- methodcount and tag is moved from constructor to another method t
Logger.t(TAG).d("message");
Logger.t(METHOD_COUNT).d("message");
Logger.t(TAG, METHOD_COUNT).d("message");
- Logger.xml added for pretty xml
- index out of array bounds bug fix