com.vinaysshenoy.quarantine.KotlinFoo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarantine-junit4 Show documentation
Show all versions of quarantine-junit4 Show documentation
The client for integrating JUnit4 tests with Quarantine
The newest version!
package com.vinaysshenoy.quarantine
import org.slf4j.Logger
import org.slf4j.LoggerFactory
inline fun logger(): Logger = LoggerFactory.getLogger(T::class.java)