Click or drag to resize

LogScrubSensitivity Enumeration

The sensitivity at which the logger should redact sensitive information

Namespace:  Couchbase.Lite.Logging
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public enum LogScrubSensitivity
Members
  Member nameValueDescription
NoInsecure0 No potentially insecure information shall be logged
PotentiallyInsecureOk1 Information that might be insecure (i.e. user generated) may be logger, but access tokens, passwords, etc should still be redacted
AllOk2 All information should be logged
See Also