trace

open fun trace(msg: String? = null, err: Throwable? = null)
abstract fun trace(    msg: String? = null,     err: Throwable? = null,     msgProvider: LogMessageFunction? = null)