LoggingLevel
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.
Constructors
Link copied to clipboard
constructor(priority: Priority = Priority.ERROR, httpLoggingLevel: HttpLoggingLevel = HttpLoggingLevel.BASIC)