logging-log4j-kotlin
logging-log4j-kotlin copied to clipboard
Add a type-safe Kotlin configuration builder API
Using the functionality in https://kotlinlang.org/docs/type-safe-builders.html it should be fairly straightforward to make a Kotlin-specific DSL similar to the ConfigurationBuilder Java API.
@jvz is this meant to be an issue in https://github.com/apache/logging-log4j-kotlin ?
This could end up there, yeah.
@jvz is this meant to be an issue in https://github.com/apache/logging-log4j-kotlin ?
Good idea. Transferred.
Is this a dup of https://github.com/apache/logging-log4j-kotlin/issues/36 or vice-versa?
@rocketraman,
#36 is about the
LogBuilderinterface, this issue is aboutConfigurationBuilder.
Thanks for the clarification.