public class TransactionLogEvent extends TransactionEvent
Includes a timestamp as the usual flow is that all of the buffered logs for a transaction are being written by the application at the same time.
Event.Category, Event.Severity| Modifier and Type | Field and Description |
|---|---|
static int |
CHARS_TO_LOG |
DEFAULT_CATEGORYCATEGORY_PREFIX| Constructor and Description |
|---|
TransactionLogEvent(long timestamp,
long threadId,
String threadName,
String transactionId,
String secondaryId,
String fmt,
Object[] values,
Event.Severity level) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A textual description with more information about the event.
|
String |
toString() |
category, context, created, createdAt, duration, severitypublic static final int CHARS_TO_LOG
@Stability.Internal public TransactionLogEvent(long timestamp, long threadId, String threadName, String transactionId, @Nullable String secondaryId, String fmt, @Nullable Object[] values, Event.Severity level)
public String toString()
toString in class AbstractEventCopyright © 2024 Couchbase, Inc.. All rights reserved.