toggle menu
logging-config
JVM
switch theme
search in API
logging-config
/
org.cryptotrader.logging.redaction
/
LogRedactor
Log
Redactor
open
class
LogRedactor
Members
Constructors
Log
Redactor
Link copied to clipboard
constructor
(
properties
:
LogRedactionProperties
)
Functions
redact
Link copied to clipboard
open
fun
redact
(
node
:
JsonNode
)
:
JsonNode
redact
Header
Link copied to clipboard
open
fun
redactHeader
(
@
Nullable
name
:
String
,
@
Nullable
value
:
String
)
:
String
redact
Query
String
Link copied to clipboard
open
fun
redactQueryString
(
@
Nullable
queryString
:
String
)
:
String
redact
Text
Link copied to clipboard
open
fun
redactText
(
@
Nullable
text
:
String
)
:
String