Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created May 17, 2023 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelhg/a86b95b7997b71dbf87bc1265c3bb705 to your computer and use it in GitHub Desktop.
Save mikaelhg/a86b95b7997b71dbf87bc1265c3bb705 to your computer and use it in GitHub Desktop.
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