All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.mockk.proxy.MockKAgentLogger.kt Maven / Gradle / Ivy

The newest version!
package io.mockk.proxy

interface MockKAgentLogger {

    fun debug(msg: String)

    fun trace(msg: String)

    fun trace(ex: Throwable, msg: String)

    fun warn(msg: String)

    fun warn(ex: Throwable, msg: String)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy