-
-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
Throwable
s passed into logging functions on Darwin platforms will not print a stacktrace. There is simply no code that uses the KLoggingEventBuilder.cause
on Darwin. This could potentially be resolved with Kotlin's Throwable.stackTraceToString()
, which is available on Darwin (and all platforms).
Metadata
Metadata
Assignees
Labels
No labels