Http Logger
class HttpLogger(configuration: HttpLogger.Configuration, @WorkerThread() log: (String) -> Unit)
Content copied to clipboard
Logger for the network communication between the engine and the remote server
Constructors
HttpLogger
Link copied to clipboard
fun HttpLogger(configuration: HttpLogger.Configuration, @WorkerThread() log: (String) -> Unit)
Content copied to clipboard
Types
Configuration
Link copied to clipboard
data class Configuration(level: HttpLogger.Level, headersToIgnore: List<String>?)
Content copied to clipboard
Level
Link copied to clipboard
Properties
Sources
androidJvm source
Link copied to clipboard