Logback PatternLayout that masks sensitive data.
Scrubs via regexes and their replacements from regex and replacement
XML-elements found in the Logback configuration. When an element
useDefaultMediquestReplacements
is added with a true value it will also
scrub using the default-re->replacement patterns, after the custom ones are
applied.
Logback PatternLayout that masks sensitive data. Scrubs via regexes and their replacements from regex and replacement XML-elements found in the Logback configuration. When an element `useDefaultMediquestReplacements` is added with a true value it will also scrub using the default-re->replacement patterns, after the custom ones are applied.
(-doLayout this event)
(-init)
(-setRegex this re)
(-setReplacement this replacement)
(-setUseDefaultMediquestReplacements this use?)
(get-custom-re->replacements {:keys [regexes replacements] :as _state})
(get-re->replacement state)
(use-default-replacements? {:keys [use-default-replacements?] :as _state})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close