Skip to content

Instantly share code, notes, and snippets.

@jdsingh
Last active April 13, 2018 19:46
Show Gist options
  • Save jdsingh/69f61f96e8d021b5594f1034cd0667a7 to your computer and use it in GitHub Desktop.
Save jdsingh/69f61f96e8d021b5594f1034cd0667a7 to your computer and use it in GitHub Desktop.
if (BuildConfig.DEBUG) {
Timber.plant(Timber.DebugTree())
} else {
val papertrailTree = PapertrailTree(
"MyLogger", "MyApp", PAPERTRAIL_HOST, PAPERTRAIL_PORT
)
Timber.plant(papertrailTree)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment