logDebug

abstract fun logDebug(message: String, throwable: Throwable? = null)
abstract fun logDebug(contextName: String? = null, throwable: Throwable? = null, message: String? = null)
abstract fun logDebug(contextName: String? = null, throwable: Throwable? = null, messageProvider: () -> String)