isLogged

open fun isLogged(priority: Int, @NonNull tag: String): Boolean

Override this method to enable or disable logging for log with given priority and tag. By default all log requests are handled.

Parameters

priority

The priority of this log message.

tag

Tag to identify the source of this log message.