com.pandulapeter.beagle.logOkHttp.BeagleOkHttpLogger.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log-okhttp Show documentation
Show all versions of log-okhttp Show documentation
A smart, reliable, and highly customizable debug menu library for Android apps that supports screen recording, network activity logging, and many other useful features.
The newest version!
package com.pandulapeter.beagle.logOkHttp
import com.pandulapeter.beagle.commonBase.BeagleNetworkLoggerContract
object BeagleOkHttpLogger : BeagleNetworkLoggerContract by BeagleOkHttpLoggerImplementation()