logger v2.1.0 Release Notes

Release Date: 2017-05-28 // almost 7 years ago
    • Line decoration is changed to single line instead of double. Way more compact now.

    🍱 screen shot 2017-05-29 at 00 04 48

    • 🛠 Logger.d(null) or Logger.d(new int[]{1,3,5}) crashes are fixed. Logger.d(object) accept anything now and doesn't crash.