Logback PatternLayout that logs in Google Cloud Logging JSON format to stdout.
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 logs in Google Cloud Logging JSON format to stdout. 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?)
(add-stacktrace msg stacktrace)
(add-stacktrace? stacktrace)
(get-custom-re->replacements {:keys [regexes replacements] :as _state})
(get-re->replacement state)
(message msg stacktrace re->replacement)
(severity event)
(use-default-replacements? {:keys [use-default-replacements?] :as _state})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close