Michael Strasser
Michael Strasser
I have an LDAP stub server implemented using [ruby-ldapserver](https://github.com/inscitiv/ruby-ldapserver) that I use in performance testing. It works with MRI Ruby but it fails under JRuby (I need to run it...
Currently Klogging can specify a Splunk HEC endpoint and will send log events there in HEC (HTTP Event Collector) format. It is not able to render events in HEC format...
The function `Dispatcher.sinksFor()` calculates the current set of sinks every time a log event is dispatched. This might be very inefficient with large numbers of log events. Perhaps introduce a...
The idea is to have a lifecycle function that shuts down / cancels all Klogging coroutines but only after all channels have been drained of events.
Optionally add file and line information to log events. See discussion in this thread: https://kotlinlang.slack.com/archives/C1NNEMDBK/p1634476948004100
Thanks to @kvaster for PR #291, Klogging is starting towards being multiplatform. The publish steps did not work, because of a Gradle error: `Reason: Task ':klogging:publishAndroidReleasePublicationToSnapshotsRepository' uses this output of...