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 public enum LogScrubSensitivity
Members
| Member name | Value | Description |
---|
| NoInsecure | 0 |
No potentially insecure information shall be logged
|
| PotentiallyInsecureOk | 1 |
Information that might be insecure (i.e. user generated)
may be logger, but access tokens, passwords, etc should still
be redacted
|
| AllOk | 2 |
All information should be logged
|
See Also