errorLog

fun errorLog(message: String): Int

Logs an error message with the specified message.

Parameters

message

The message to log.


fun errorLog(error: Throwable?): Int?

Logs an error message with the specified error.

Parameters

error

The Throwable to log.