mist.api.Logging.scala Maven / Gradle / Ivy
The newest version!
package mist.api
import org.slf4j.LoggerFactory
trait Logging {
@transient
lazy val logger = LoggerFactory.getLogger(this.getClass)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy