formatScopeStart method

String formatScopeStart(
  1. LogScope scope
)

Format the scope label for non-interactive (pipe) output.

Implementation

String formatScopeStart(LogScope scope) => '${scope.label}...';