All Versions
62
Latest Version
Avg Release Cycle
36 days
Latest Release
-
Changelog History
Page 6
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.
- ๐ Supported
-
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
- Published artifacts to maven-central.
- โ Added lazy evaluated message methods for throwables: https://github.com/MicroUtils/kotlin-logging/pull/7.
-
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