Skip to content

Instantly share code, notes, and snippets.

@johnduffell
Last active September 14, 2018 10:10
Show Gist options
  • Select an option

  • Save johnduffell/ec0f6c423bf9aa1cbe8820d83d42871e to your computer and use it in GitHub Desktop.

Select an option

Save johnduffell/ec0f6c423bf9aa1cbe8820d83d42871e to your computer and use it in GitHub Desktop.
dev blog snippet
val safeLogLine = scrubbed.safe
val secretLogLine = scrubbed.danger
safeLogLine: String = problem occurred *****, id: *****
secretLogLine: String = problem occurred YIKES!, id: hui840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment