I'm having problems converting this to Kotlin, I t...
# codereview
d
I'm having problems converting this to Kotlin, I think because of the static
createAppender()
.. it won't run, log4j2 will give an exception
AnsiConsoleAppender java.lang.IllegalStateException: No factory method found for class AnsiConsoleAppender
- I'm not sure how to fix that.. can anyone convert this for me? - it runs fine if I leave it as java