-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Is it possible to use MaskingProperties with full name. I mean with namespace like Project1.Class1.Property1.
like
var logger = new LoggerConfiguration()
.Enrich.WithSensitiveDataMasking(options => options.MaskProperties.Add("Project1.Class1.Property1"))
.WriteTo.Console()
.CreateLogger();
We have different classes with same property names.
We would like to mask properties in curtain classes.
Thank for any advice.
joshnoe
Metadata
Metadata
Assignees
Labels
No labels