destructurama / attributed

Use attributes to control how complex types are logged to Serilog.
Apache License 2.0
263 stars 32 forks source link

Nice if [LogMasked] on IEnumerable<string> masked each value rather than returning null #44

Closed harmonic7 closed 3 years ago

harmonic7 commented 4 years ago

I expected to be able to add [LogMasked] to my IEnumerable<string> and have it mask all instances within the IEnumerable, but it seems that a null value is returned to the log instead.

Apologies if I've missed something.

Thanks for your time, and fantastic work!