public final class Tracer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
trace(Throwable e)
Trace provided
Throwable and increment exception count to entry in current context. |
static void |
trace(Throwable e,
int count)
Trace provided
Throwable and add exception count to entry in current context. |
static void |
traceContext(Throwable e,
int count,
Context context)
Trace provided
Throwable and add exception count to current entry in provided context. |
static void |
traceEntry(Throwable e,
Entry entry)
Trace provided
Throwable and increment exception count to provided entry. |
static void |
traceEntry(Throwable e,
int count,
Entry entry)
Trace provided
Throwable and add exception count to provided entry. |
public static void trace(Throwable e)
Throwable and increment exception count to entry in current context.e - exception to recordpublic static void trace(Throwable e, int count)
Throwable and add exception count to entry in current context.e - exception to recordcount - exception count to addpublic static void traceContext(Throwable e, int count, Context context)
Throwable and add exception count to current entry in provided context.e - exception to recordcount - exception count to addpublic static void traceEntry(Throwable e, Entry entry)
Throwable and increment exception count to provided entry.e - exception to recordCopyright © 2019 Alibaba Group. All rights reserved.