getStepValue method
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;