Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IRedactor

An interface used for redacting specific log information.

Namespace: Couchbase.Core.Logging
Assembly: Couchbase.NetClient.dll
Syntax
public interface IRedactor

Methods

View Source

MetaData(object?)

Redact meta data like bucket names, etc

Declaration
object? MetaData(object? message)
Parameters
Type Name Description
object message
Returns
Type Description
object
View Source

SystemData(object?)

Redact system data like hostnames, etc.

Declaration
object? SystemData(object? message)
Parameters
Type Name Description
object message
Returns
Type Description
object
View Source

UserData(object?)

Redact user data like username, statements, etc

Declaration
object? UserData(object? message)
Parameters
Type Name Description
object message
Returns
Type Description
object
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.