| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.core.trace |
| Modifier and Type | Field and Description |
|---|---|
protected Trace |
TracerFactory.lastError |
| Modifier and Type | Field and Description |
|---|---|
protected List<Trace> |
Call.nested |
protected Map<Integer,Trace> |
TracerFactory.ChainTraces.traces |
| Modifier and Type | Method and Description |
|---|---|
Trace |
TracerFactory.getLastErrorTrace() |
protected Trace |
TracerFactory.ChainTraces.getTrace(int index) |
Trace |
TracerFactory.getTrace(OperationChain chain,
int index) |
Trace |
TracerFactory.getTrace(String key) |
Trace |
TracerFactory.getTrace(String key,
int index) |
Trace |
TracerFactory.newTrace(Call parent,
OperationType typeof,
List<Call> calls,
Object output,
OperationException error) |
| Modifier and Type | Method and Description |
|---|---|
List<Trace> |
Call.getNested() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
TracerFactory.ChainTraces.add(Trace trace) |
void |
TracerFactory.onTrace(Trace trace) |
String |
TracerFactory.print(Trace trace) |
protected void |
TracerFactory.recordTrace(Trace trace) |
Copyright © 2019 Nuxeo. All rights reserved.