main.misk.logging.LogCollectorService.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of misk-testing Show documentation
Show all versions of misk-testing Show documentation
Open source application container in Kotlin
package misk.logging
import com.google.common.util.concurrent.Service
/** Marker interface for the service that produces a [LogCollector]. */
interface LogCollectorService : Service