Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com> Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com> |
||
|---|---|---|
| .. | ||
| MyClassWithRedactionEnumerator.cs | ||
| MyRedactionProcessor.cs | ||
| Program.cs | ||
| README.md | ||
| redaction.csproj | ||
README.md
Redaction
This example shows how to redact sensitive information from Logs.
In this example, we attach a custom Processor called MyRedactionProcessor
which is responsible for replacing any instance of the word "<secret>"
with the value "newRedactedValueHere".