Interface TraceInfoExtractor
public interface TraceInfoExtractor
Bind an instance of this interface to include the current trace information
in the log record. You should only bind one extractor in the CDI context.
-
Method Summary
-
Method Details
-
extract
Extract trace information for a log record.- Parameters:
record- Record to extract info from, never null- Returns:
- Trace information, may return null
-