Skip to content

Instantly share code, notes, and snippets.

@jshvarts
Created June 7, 2020 20:43
Show Gist options
  • Save jshvarts/5af4cff05b25f6fe2c228c4aae96447a to your computer and use it in GitHub Desktop.
Save jshvarts/5af4cff05b25f6fe2c228c4aae96447a to your computer and use it in GitHub Desktop.
fun logCoroutine(message: String) = "[${Thread.currentThread().name}] $message"
// call with
Timber.d(logCoroutine("Initial coroutine launched"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment