1 write to _redactor
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersReader.cs (1)
30
_redactor
= redactor;
3 references to _redactor
Microsoft.Extensions.Http.Diagnostics (3)
Logging\Internal\HttpHeadersReader.cs (3)
74
=>
_redactor
.Redact(value, classification);
92
destination.Add(new(header.Key,
_redactor
.Redact(header.Value, classification)));
107
destination.Add(new(header,
_redactor
.Redact(values, classification)));