getStepValue method

String? getStepValue(
  1. LogStep step,
  2. LogRecord record
)

Extracts the string representation of the given LogStep from a LogRecord.

Returns null if the step is disabled or the corresponding data is unavailable.

Implementation

String? getStepValue(LogStep step, LogRecord record) => null;