Home
last modified time | relevance | path

Searched refs:shouldAddTracingDataToLogEvent (Results 1 – 1 of 1) sorted by relevance

/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
DContextDataUtils.java68 SpanContext spanContext = shouldAddTracingDataToLogEvent(spanSelection); in shareableRawContextData()
75 SpanContext spanContext = shouldAddTracingDataToLogEvent(spanSelection); in nonShareableRawContextData()
84 private static SpanContext shouldAddTracingDataToLogEvent(SpanSelection spanSelection) { in shouldAddTracingDataToLogEvent() method in ContextDataUtils