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

io.magentys.donut.log.Log.scala Maven / Gradle / Ivy

The newest version!
package io.magentys.donut.log

import org.slf4j.LoggerFactory

trait Log {
  def log = LoggerFactory.getLogger(this.getClass)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy