toolisticon/kotlin-code-generation

configure optional logging for `spec.code`

Opened this issue · 0 comments

It is quite useful to see the generated source code, besides from asserting. But when we use println and forget to remove it, the build log gets big and hard to read.

Goal: configure KLogging for test out put of generated code so we can easily enable/disable console output via logback-test.