kotlin-logging v1.4.1 Release Notes

    • ➕ Added KotlinLogging object allow getting a logger in the following way: kotlin private val logger = KotlinLogging.logger {} 👀 see issue #12 and PR #13