public abstract class Tracer extends Object
| Constructor and Description |
|---|
Tracer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logError(String message,
Throwable cause) |
static void |
logError(Throwable cause) |
static void |
logEvent(String type,
String name) |
static void |
logEvent(String type,
String name,
String status,
String nameValuePairs) |
static Transaction |
newTransaction(String type,
String name) |
Copyright © 2018 Ctrip, Inc.. All rights reserved.