fun logContext()

in Confidence/src/main/java/com/spotify/confidence/DebugLogger.kt [13:18]


    fun logContext(action: String, context: Map<String, ConfidenceValue>)
    fun logResolve(flag: String, context: JsonElement)
    fun logError(message: String, throwable: Throwable? = null)
    companion object {
        const val TAG = "Confidence"
    }