Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Created June 11, 2020 15:01
Show Gist options
  • Save ktvipin27/207302a3681d9fb28ef0e4014d11ba7a to your computer and use it in GitHub Desktop.
Save ktvipin27/207302a3681d9fb28ef0e4014d11ba7a to your computer and use it in GitHub Desktop.
RemoteLog class for Timber configuration for pushing logs to Firebase realtime database.
data class RemoteLog(
var priority: String,
var tag: String?,
var message: String,
var throwable: String?,
val time : String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment