logError

abstract fun logError(message: String, throwable: Throwable)

Called when an error should be logged.

Parameters

message

The message associated with the error.

throwable

The error that occurred.