log

abstract fun log(priority: Int, @NonNull tag: String, @NonNull message: String, @Nullable throwable: Throwable)

Implement this method to log messages.

Parameters

priority

The priority of this log message.

tag

Tag to identify the source of this log message.

message

Message that should be logged.

throwable

Optional throwable attached to log message.