setTraceId static method

void setTraceId(
  1. String id
)

Implementation

static void setTraceId(String id) {
  traceId = id;
}