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

com.wordnik.swagger.client.Logging.scala Maven / Gradle / Ivy

There is a newer version: 0.3.5
Show newest version
package com.wordnik.swagger.client

import com.typesafe.scalalogging.slf4j.Logger
import org.slf4j.LoggerFactory

trait Logging {
  @transient protected val logger = Logger(LoggerFactory.getLogger(getClass))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy