buildSpan abstract method

LogSpan buildSpan(
  1. LogRecord record
)

Builds the span tree for the given record.

Subclasses should return a LogSpan representing the formatted output. The span will be transformed by spanTransformers before rendering.

Implementation

LogSpan buildSpan(LogRecord record);