Skip to content

Instantly share code, notes, and snippets.

@paraya3636
Created August 2, 2016 03:38
Show Gist options
  • Save paraya3636/35d0b285bd4025a902ed598ea59bc5c4 to your computer and use it in GitHub Desktop.
Save paraya3636/35d0b285bd4025a902ed598ea59bc5c4 to your computer and use it in GitHub Desktop.
Android Log Tag by Kotlin
// recommend class.java.simpleName is not wrapped
private val LogTag = MainActivity::class.java.simpleName
// deprecate class.simpleName is wrapped.
private val LogTag = MainActivity::class.simpleName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment