withTag

Returns a LogWrapper that uses tag on every call.

Usage:

val log = Log.withTag("NetworkModule")
log.d("Request started")
log.e("Request failed", throwable = exception)