Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created May 17, 2023 14:31
internal inline fun <reified T : Any> T.getClassLogger() : java.util.logging.Logger
= java.util.logging.Logger.getLogger(T::class.java.name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment