e
Send an com.streamwide.smartms.lib.logger.LogLevel.ERROR log message.
Parameters
pair
Used to track the class & method name without obfuscation
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.
fun e( pair: Pair<String?, String?>?, exception: Throwable?, tag: String, message: String)
Content copied to clipboard
Send an com.streamwide.smartms.lib.logger.LogLevel.ERROR log message.
Parameters
pair
Used to track the class & method name without obfuscation
exception
An exception to log
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.