Skip to content

Instantly share code, notes, and snippets.

@oguzhanaslann
Created August 9, 2023 22:56
Show Gist options
  • Select an option

  • Save oguzhanaslann/0b0b15b42088c57cd1353f89ff63337b to your computer and use it in GitHub Desktop.

Select an option

Save oguzhanaslann/0b0b15b42088c57cd1353f89ff63337b to your computer and use it in GitHub Desktop.
interface Logger {
fun d(tag: String, msg: String)
fun e(tag: String, msg: String, throwable: Throwable? = null)
fun i(tag: String, msg: String)
fun w(tag: String, msg: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment