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

in.ashwanthkumar.suuchi.utils.Logging.scala Maven / Gradle / Ivy

There is a newer version: 0.3.5
Show newest version
package in.ashwanthkumar.suuchi.utils

import org.slf4j.LoggerFactory

trait Logging { self =>
  val log = LoggerFactory.getLogger(this.getClass)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy