Class CoreTransactionLogger
- java.lang.Object
-
- com.couchbase.client.core.transaction.log.CoreTransactionLogger
-
-
Constructor Summary
Constructors Constructor Description CoreTransactionLogger(EventBus eventBus, String primaryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String value)voiddebug(String secondaryId, String value)voiddebug(String secondaryId, String fmt, Object... values)voiddebug(String secondaryId, Throwable err)voiddebug(Throwable err)voiderror(String value)voiderror(String secondaryId, String value)EventBuseventBus()voidinfo(String value)voidinfo(String fmt, Object... values)voidinfo(String secondaryId, String value)voidinfo(String secondaryId, String fmt, Object... values)voidinfo(String secondaryId, Throwable err)voidlog(String value, Event.Severity level)voidlog(String secondaryId, String value, Event.Severity level)voidlog(String secondaryId, Throwable err, Event.Severity level)voidlog(Throwable err, Event.Severity level)voidlogDefer(String secondaryId, String fmt, Event.Severity level)voidlogDefer(String secondaryId, String fmt, Event.Severity level, Object... values)List<TransactionLogEvent>logs()voidtrace(String value)voidtrace(String secondaryId, String value)voidtrace(String secondaryId, String fmt, Object... values)voidwarn(String value)voidwarn(String secondaryId, String value)voidwarn(String secondaryId, String fmt, Object... values)
-
-
-
Method Detail
-
debug
public void debug(Throwable err)
-
log
public void log(String secondaryId, Throwable err, Event.Severity level)
-
log
public void log(Throwable err, Event.Severity level)
-
logDefer
public void logDefer(String secondaryId, String fmt, Event.Severity level, Object... values)
-
logDefer
public void logDefer(String secondaryId, String fmt, Event.Severity level)
-
log
public void log(String secondaryId, String value, Event.Severity level)
-
log
public void log(String value, Event.Severity level)
-
error
public void error(String value)
-
warn
public void warn(String value)
-
info
public void info(String value)
-
debug
public void debug(String value)
-
trace
public void trace(String value)
-
logs
public List<TransactionLogEvent> logs()
-
-