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

org.clulab.wm.eidoscommon.utils.Logging.scala Maven / Gradle / Ivy

The newest version!
package org.clulab.wm.eidoscommon.utils

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy