buildSpan abstract method
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);