Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 602 Bytes

CHANGELOG.md

File metadata and controls

19 lines (16 loc) · 602 Bytes

CHANGELOG

1.15

  • Logger.log signature is changed
Logger.log(int priority, String tag, String message, Throwable throwable);

1.14

  • Logger.log(int priority, String tag, Object... args) added.
  • Logger.d(Object object) added. Array, Map, Set and List are supported now. If the object type is none of them Object.toString() will be used anyway.

1.13

  • LogTool is renamed to LogAdapter
  • Logger.init() is optional now. It used to be mandatory to call this method once.
  • Log.e(Throwable) will print out all stacktrace
  • Deprecated methods are removed
  • Dependencies are updated