Package | Description |
---|---|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.logging |
Modifier and Type | Method and Description |
---|---|
protected static RedactableArgument |
AbstractEndpoint.logIdent(io.netty.channel.Channel chan,
Endpoint endpoint)
Simple log helper to give logs a common prefix.
|
protected static RedactableArgument |
AbstractGenericHandler.logIdent(io.netty.channel.ChannelHandlerContext ctx,
Endpoint endpoint)
Simple log helper to give logs a common prefix.
|
Modifier and Type | Method and Description |
---|---|
static RedactableArgument |
RedactableArgument.meta(Object message)
A redactable argument of meta data.
|
static RedactableArgument |
RedactableArgument.system(Object message)
A redactable argument of system data.
|
static RedactableArgument |
RedactableArgument.user(Object message)
A redactable argument of user data.
|
Copyright © 2018 Couchbase, Inc.. All rights reserved.