Releases: tomtom-international/kotlin-tools
Releases · tomtom-international/kotlin-tools
1.0.10
-
Cleaned up annotation
@TraceLogLevel
to only include trace level. -
Added
@TraceOptions(includeExceptionStackTrace, includeCalledFromClass, includeCalledFromFile, includeEventInterface)
-
Added
throwableHolder
toTraceEvent
so event handlers can inspect the stack as well.
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
-
Fixed license and copyright messages to Apache License 2.0.
-
Bug fixes to simple loggers
Tracer.d(message, exception)
. -
Fixed formatting of event parameters for arrays and lists.
-
Fixed unit test helper method.
-
TAG
is non-nullable for loggers. -
Renamed directory structure from
src/main/kotlin
to/src/main/java
for IntelliJ to
understand package names