Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class LoggingLevel @JvmOverloads constructor(    val priority: Priority = Priority.ERROR,     val httpLoggingLevel: HttpLoggingLevel = HttpLoggingLevel.BASIC)

Represents and wraps the HTTP logging level for our API service.