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

    Modifier and Type
    Method
    Description
    extract(org.jboss.logmanager.ExtLogRecord record)
    Extract trace information for a log record.
  • Method Details

    • extract

      TraceInfo extract(org.jboss.logmanager.ExtLogRecord record)
      Extract trace information for a log record.
      Parameters:
      record - Record to extract info from, never null
      Returns:
      Trace information, may return null