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

org.xpathqs.driver.log.ILog.kt Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package org.xpathqs.driver.log

import org.xpathqs.driver.actions.IAction

interface ILog {
    fun log(msg: String)
    fun error(msg: String)
    fun  action(msg: String, lambda: () -> T): T
    fun action(action: IAction)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy