
in.specmatic.core.log.LogMessage.kt Maven / Gradle / Ivy
package `in`.specmatic.core.log
import `in`.specmatic.core.value.JSONObjectValue
interface LogMessage {
fun toJSONObject(): JSONObjectValue
fun toLogString(): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy