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

scalikejdbc.LogSupport.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc

import org.slf4j.LoggerFactory

/**
 * Simple [[scalikejdbc.Log]] adaptor.
 */
private[scalikejdbc] trait LogSupport {

  /**
   * Logger
   */
  protected val log = new Log(LoggerFactory.getLogger(this.getClass))

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy