e

fun e(content: String, tr: Throwable? = null)(source)

Send a LogLevel.ERROR log message.

Since

0.5.2

Parameters

content

Message content.


fun e(tag: String, content: String, tr: Throwable? = null)(source)

Send a LogLevel.ERROR log message.

Since

0.5.3

Parameters

content

Message content.