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)
}
package io.hydrosphere.mist.utils
import org.slf4j.{LoggerFactory, Logger => SLFLogger}
trait Logger {
val logger: SLFLogger = LoggerFactory.getLogger(this.getClass)
}