LogRedactor

open class LogRedactor

Constructors

Link copied to clipboard
constructor(properties: LogRedactionProperties)

Functions

Link copied to clipboard
open fun redact(node: JsonNode): JsonNode
Link copied to clipboard
open fun redactHeader(@Nullable name: String, @Nullable value: String): String
Link copied to clipboard
open fun redactQueryString(@Nullable queryString: String): String
Link copied to clipboard
open fun redactText(@Nullable text: String): String