Exemple #1
0
 public LogAsSensitiveAttribute(SensitiveInformationType sensitiveInformationType)
 {
     _sensitiveInformationType = sensitiveInformationType;
 }
 public static IDisposable PushProperty(SensitiveInformationType name, object value)
 {
     return(PushProperty(name.ToString(), value));
 }
Exemple #3
0
 public static ILogger WithSensitiveInformation(this ILogger logger, SensitiveInformationType sensitiveInformationType, object value)
 {
     return(logger.WithSensitiveInformation(sensitiveInformationType.ToString(), value));
 }