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)

Properties

Link copied to clipboard

The level of information logged by our HTTP interceptor.

Link copied to clipboard
val priority: Priority

The priority level of information logged by the Stream Android logger.