logError

fun logError(tag: String = "MosaicCommonError", throwable: Throwable)

Logs throwable at error level via the app's MosaicLogger, prefixed with tag.

Parameters

tag

short label identifying which builder/step produced the error. Defaults to "MosaicCommonError" for call sites that don't need a more specific one.

throwable

the error to log.