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

ru.yandex.mysqlDiff.util.logging.scala Maven / Gradle / Ivy

package ru.yandex.mysqlDiff.util

import org.slf4j._

trait Logging {
    protected def loggerName = this.getClass.getName.replaceFirst("\\$.*", "")
    val logger = LoggerFactory.getLogger(loggerName)
}

// vim: set ts=4 sw=4 et:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy