fallback Log
abstract fun fallbackLog( @NonNull logLevel: LogLevel, @Nullable tag: String, @NonNull message: String)
Content copied to clipboard
Parameters
log Level
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.