Skip to content

Instantly share code, notes, and snippets.

@tristanlins
Last active April 24, 2019 13:58
Show Gist options
  • Save tristanlins/63425e4eb8ab397ca448f126afd18607 to your computer and use it in GitHub Desktop.
Save tristanlins/63425e4eb8ab397ca448f126afd18607 to your computer and use it in GitHub Desktop.
[kotlin] Create logger using LoggerFactory
val LOG = LoggerFactory.getLogger(MyClass::class.java)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment