fun logResolve()

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


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