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 String
createElidedStacktrace(Throwable err)
static LogDeferThrowable
dbg(Throwable err)
static LogDeferDocId
docId(CollectionIdentifier collection, String docId)
static LogDeferDocId
docId(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)
-
-