Why should you avoid @JvmStatic for a logger?
# announcements
m
Why should you avoid @JvmStatic for a logger?
m
Not saying that you should, just that you don't need it esp. if you don't like the syntax. For me it's an implementation detail I don't care about so I simply avoid using it. I never use Kotlin code from Java code anyway and there are likely not any other noteworthy benefits of using
@JvmStatic
here.
👍 1
m
I see, thanks