Tag: logging

  • Kotlin logging library – First Medium post

    I’m happy to share with you my new article at @AT&T Israel R&D Center Medium blog >>> https://bit.ly/2Noc2SO
    The default logging solution is minimal, and I believe that most of us have already written a wrapper class and copied it from project to project.
    Originally I created my Logging library in Java and recently I converted it to Kotlin. Now I want to share it with you.