fallbackLog

abstract fun fallbackLog(    @NonNull logLevel: LogLevel,     @Nullable tag: String,     @NonNull message: String)

Parameters

logLevel

The log level of this log message

tag

Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

message

The message you would like logged.