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

com.blr19c.falowp.bot.system.Log.kt Maven / Gradle / Ivy

The newest version!
package com.blr19c.falowp.bot.system

import org.slf4j.Logger
import org.slf4j.LoggerFactory

interface Log {

    fun Log.log(): Logger {
        return LoggerFactory.getLogger(this::class.java)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy