e

actual fun e(tag: String, message: String, throwable: Throwable?)
expect fun e(tag: String, message: String, throwable: Throwable? = null)

Logs an error-level message.

Parameters

throwable

Optional exception to log alongside the message.

actual fun e(tag: String, message: String, throwable: Throwable?)