An open API service indexing awesome lists of open source software.

https://github.com/ryands17/redacted-type-helper

Redacted type helper useful for loggers
https://github.com/ryands17/redacted-type-helper

redacted

Last synced: 6 months ago
JSON representation

Redacted type helper useful for loggers

Awesome Lists containing this project

README

          

# Redacted type helper

This is a simple project showcasing the redacted type helper that can be helpful to prevent PII to be logged to any system. Annotating a field with the `Redacted` type will make sure that it is displayed as `` everywhere it is being logged.

You can still extract the inner value when using the debug print mechanism and also by accessing the inner struct value.