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

io.hydrosphere.mist.logger.Logger.scala Maven / Gradle / Ivy

package io.hydrosphere.mist

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

trait Logger {
  val logger = LoggerFactory.getLogger(this.getClass)
}








© 2015 - 2024 Weber Informatics LLC | Privacy Policy