Couchbase .NET SDK | 3.8.0
Search Results for

    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

    | Edit this page 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
    | Edit this page 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
    | Edit this page 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
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.