Couchbase .NET SDK | 3.3.5
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

    | Improve this Doc View Source

    MetaData(Nullable<Object>)

    Redact meta data like bucket names, etc

    Declaration
    object? MetaData(object? message)
    Parameters
    Type Name Description
    Nullable<Object> message
    Returns
    Type Description
    Nullable<Object>
    | Improve this Doc View Source

    SystemData(Nullable<Object>)

    Redact system data like hostnames, etc.

    Declaration
    object? SystemData(object? message)
    Parameters
    Type Name Description
    Nullable<Object> message
    Returns
    Type Description
    Nullable<Object>
    | Improve this Doc View Source

    UserData(Nullable<Object>)

    Redact user data like username, statements, etc

    Declaration
    object? UserData(object? message)
    Parameters
    Type Name Description
    Nullable<Object> message
    Returns
    Type Description
    Nullable<Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2022 Couchbase, Inc.