logging-log4j-kotlin icon indicating copy to clipboard operation
logging-log4j-kotlin copied to clipboard

Add a type-safe Kotlin configuration builder API

Open jvz opened this issue 2 years ago • 6 comments

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 avatar Jan 15 '23 19:01 jvz

@jvz is this meant to be an issue in https://github.com/apache/logging-log4j-kotlin ?

adwsingh avatar Feb 16 '23 11:02 adwsingh

This could end up there, yeah.

jvz avatar Oct 01 '23 01:10 jvz

@jvz is this meant to be an issue in https://github.com/apache/logging-log4j-kotlin ?

Good idea. Transferred.

jvz avatar Oct 01 '23 01:10 jvz

Is this a dup of https://github.com/apache/logging-log4j-kotlin/issues/36 or vice-versa?

rocketraman avatar Oct 01 '23 04:10 rocketraman

@rocketraman,

#36 is about the LogBuilder interface, this issue is about ConfigurationBuilder.

ppkarwasz avatar Oct 01 '23 08:10 ppkarwasz

@rocketraman,

#36 is about the LogBuilder interface, this issue is about ConfigurationBuilder.

Thanks for the clarification.

rocketraman avatar Oct 01 '23 16:10 rocketraman