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.2.1
Show newest version
package com.wordnik.swagger.client

import grizzled.slf4j.Logger

trait Logging {
  @transient lazy val logger: Logger = Logger(getClass)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy