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

com.malliina.logstreams.client.Logging.scala Maven / Gradle / Ivy

There is a newer version: 2.8.2
Show newest version
package com.malliina.logstreams.client

import org.slf4j.{Logger, LoggerFactory}

object Logging {
  // ripped from Play's Logger.scala
  def apply[T](clazz: Class[T]): Logger =
    LoggerFactory.getLogger(clazz.getName.stripSuffix("$"))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy