scorex.utils.ScryptoLogging.scala Maven / Gradle / Ivy
package scorex.utils
import org.slf4j.LoggerFactory
trait ScryptoLogging {
protected def log = LoggerFactory.getLogger(this.getClass)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy