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

cn.bestwu.logging.annotation.RequestLogging.kt Maven / Gradle / Ivy

There is a newer version: 2.0.11
Show newest version
package cn.bestwu.logging.annotation

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
@Retention
@MustBeDocumented
annotation class RequestLogging(val includeRequestBody: Boolean = false,
                                val includeResponseBody: Boolean = false,
                                val includeTrace: Boolean = true,
                                val requestBodyAsString: Boolean = true,
                                val responseBodyAsString: Boolean = true,
                                val encryptParameters: Array = [],
                                val encryptHeaders: Array = [])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy