public class OpflowLogTracer extends Object
| Modifier and Type | Field and Description |
|---|---|
static OpflowLogTracer |
ROOT |
| Constructor and Description |
|---|
OpflowLogTracer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bootstrap() |
OpflowLogTracer |
branch(String key,
Object value) |
OpflowLogTracer |
copy() |
Object |
get(String key) |
OpflowLogTracer |
put(String key,
Object value) |
OpflowLogTracer |
reset() |
OpflowLogTracer |
reset(int mode) |
String |
toString() |
public static final OpflowLogTracer ROOT
public OpflowLogTracer copy()
public OpflowLogTracer branch(String key, Object value)
public final OpflowLogTracer reset(int mode)
public final OpflowLogTracer reset()
public OpflowLogTracer put(String key, Object value)
public static void bootstrap()
Copyright © 2017. All rights reserved.