All Versions
62
Latest Version
Avg Release Cycle
36 days
Latest Release
-

Changelog History
Page 6

  • v1.4.4 Changes

    • โฌ†๏ธ Upgrade to Kotlin 1.1.
  • v1.4.3 Changes

    • ๐Ÿ›  Fixed issue #17 - bad location in some logging methods.
  • v1.4.2 Changes

    • ๐Ÿ‘Œ Supported null values in parameters that allows it in slf4j.
    • โšก๏ธ Update to kotlin 1.0.6.
  • v1.4.1 Changes

    • โž• Added KotlinLogging object allow getting a logger in the following way: kotlin private val logger = KotlinLogging.logger {} ๐Ÿ‘€ see issue #12 and PR #13
  • v1.4 Changes

    • ๐Ÿ”„ Changed KLogger to be an interface
    • ๐Ÿ›  Fix issue #11 - Location Awerness of logger
  • v1.3.3 Changes

    • โœ‚ Remove dependency on kotlin reflection to make it even more lightweight.
    • โšก๏ธ Update to kotlin 1.0.4.
  • v1.3.2 Changes

  • v1.3 Changes

    • ๐Ÿ”„ Changed artifactId and jar name from kotlin.logging to kotlin-logging and changed groupId to io.github.microutils
    • ๐Ÿšš Moved the bintray path
  • v1.2.1 Changes

    • โž• Added tests for class name in logger in KLoggerNameResolverTest
    • โž• Added KLoggerNameResolver and KLoggerFactory
    • โž• Added documentation
  • v1.2 Changes

    • โž• Added KLogger method inline - better for Android methods count