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

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

package io.hydrosphere.mist.utils

import org.slf4j.{LoggerFactory, Logger => SLFLogger}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy