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

com.lsdconsulting.generatorui.config.logger.Logger.kt Maven / Gradle / Ivy

There is a newer version: 7.1.35
Show newest version
package com.lsdconsulting.generatorui.config.logger

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

inline fun  T.log(): Logger {
    return LoggerFactory.getLogger(T::class.java)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy