Re: [I] Support Kotlin multi-platform [logging-log4j-kotlin]

2024-02-07 Thread via GitHub
StefanOltmann commented on issue #59: URL: https://github.com/apache/logging-log4j-kotlin/issues/59#issuecomment-1932780296 Plan of action: Start by something like making a _slf4j_ Kotlin Multiplatform port… name it _slf4k_. Then be the first library that implements it and convince others

Re: [I] Support Kotlin multi-platform [logging-log4j-kotlin]

2023-12-26 Thread via GitHub
jvz commented on issue #59: URL: https://github.com/apache/logging-log4j-kotlin/issues/59#issuecomment-1869796794 Yes, I like this idea. Once that is in place, we can even implement some minimal multi-platform implementations (e.g., there's a common `println` and `readln` function for all

[I] Support Kotlin multi-platform [logging-log4j-kotlin]

2023-12-22 Thread via GitHub
rocketraman opened a new issue, #59: URL: https://github.com/apache/logging-log4j-kotlin/issues/59 It would be nice if the API supported Kotlin multi-platform, and so could be used on other platforms that Kotlin targets, such as native, JavaScript, and WASM. Log4j2 is obviously a JVM