obfuscate

abstract fun obfuscate(input: String): String

Obfuscates a log entry depending on whether the data being sent contains information deemed sensitive. The following information is considered sensitive data:

  • passwords

  • tokens of any kind - see Credentials for more information

  • custom function arguments - see Functions for more information

Return

the log entry to be shown

Parameters

input

the original log entry to be obfuscated.