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

com.justai.jaicf.helpers.logging.WithLogger.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 org.slf4j.Logger
import org.slf4j.LoggerFactory

interface WithLogger {
    val logger: Logger
        get() = LoggerFactory.getLogger(javaClass)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy