Class DebugUtil
- java.lang.Object
-
- com.couchbase.client.core.transaction.util.DebugUtil
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateElidedStacktrace(Throwable err)static Stringdbg(MemcacheProtocol.FlexibleExtras flexibleExtras)static Stringdbg(MeteringUnits units)static LogDeferThrowabledbg(Throwable err)static LogDeferDocIddocId(CollectionIdentifier collection, String docId)static LogDeferDocIddocId(CoreTransactionGetResult doc)
-
-
-
Method Detail
-
dbg
public static LogDeferThrowable dbg(Throwable err)
-
docId
public static LogDeferDocId docId(CoreTransactionGetResult doc)
-
docId
public static LogDeferDocId docId(CollectionIdentifier collection, String docId)
-
dbg
public static String dbg(@Nullable MemcacheProtocol.FlexibleExtras flexibleExtras)
-
dbg
public static String dbg(@Nullable MeteringUnits units)
-
-