All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ecwid.apiclient.v3.config.LoggingSettings.kt Maven / Gradle / Ivy

There is a newer version: 0.347.0
Show newest version
package com.ecwid.apiclient.v3.config

data class LoggingSettings(
	val logRequest: Boolean = true,
	val logRequestParams: Boolean = true,
	val logRequestBody: Boolean = false,

	val logResponse: Boolean = true,
	val logSuccessfulResponseBody: Boolean = false,
	val logFailedResponseBody: Boolean = true,

	val maxLogSectionLength: Int = 200,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy