destructurama / attributed

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

Bug in LogMasked example #32

Closed rmandvikar closed 3 years ago

rmandvikar commented 5 years ago

In the readme, LogMasked example incorrectly shows mask as

"123456789" -> "*********"

which is incorrect. It should be

"123456789" -> "***"