logException

abstract fun logException(exceptionTitle: String, message: String)

Shorthand for log(message) + recordException(IllegalStateException(title))