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

com.justai.jaicf.helpers.logging.Log.kt Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Core component. Provides DSL, Tests API and multiple implementable interfaces.

The newest version!
package com.justai.jaicf.helpers.logging

import com.justai.jaicf.context.DefaultActionContext
import org.slf4j.LoggerFactory

val DefaultActionContext.logger
    get() = LoggerFactory.getLogger(this.context.dialogContext.currentState)

fun DefaultActionContext.log(msg: String) = logger.info(msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy