io.lsdconsulting.lsd.distributed.http.config.Logger.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lsd-distributed-http-access Show documentation
Show all versions of lsd-distributed-http-access Show documentation
This is a HTTP version of the data access for the distributed data storage.
The newest version!
package io.lsdconsulting.lsd.distributed.http.config
import org.slf4j.Logger
import org.slf4j.LoggerFactory
inline fun T.log(): Logger {
return LoggerFactory.getLogger(T::class.java)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy