isLoggable

protected open fun isLoggable(level: Log.Level, domain: String?, tag: String): Boolean(source)

Helper for implementations to filter by a logger's domain and/or tag.

Guarantees:

Return

true if the log would be accepted, false otherwise. Default: true