logError

fun logError(throwable: Throwable, tag: String)

Logs throwable at error level via the app's MosaicLogger, prefixed with tag — the standard way every built-in EventRunner records a failure before firing its own onFailure trigger.

Parameters

throwable

the error to log.

tag

short label identifying which runner/step produced the error, shown in the log line.