public class LogDiagnosticUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_ID |
Constructor and Description |
---|
LogDiagnosticUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getDiagnosticContext(ExecutionContext ctx)
Extracts log disgnostic context from
ExecutionContext . |
static Set<String> |
getDiagnosticKeys()
Returns the diagnostic context keys used by vAPI infrastructure.
|
public static final String OPERATION_ID
public static Map<String,String> getDiagnosticContext(ExecutionContext ctx)
ExecutionContext
.
In particular looks for opId
key and its value in
ctx
.
ctx
- input execution contextMap
representing the logging diagnostic contextCopyright © 2015. All Rights Reserved.